|
PostgreSQL Source Code git master
|
Data Fields | |
| struct PGLZ_HistEntry * | next |
| struct PGLZ_HistEntry * | prev |
| int | hindex |
| const char * | pos |
Definition at line 210 of file pg_lzcompress.c.
| int PGLZ_HistEntry::hindex |
Definition at line 214 of file pg_lzcompress.c.
| struct PGLZ_HistEntry* PGLZ_HistEntry::next |
Definition at line 212 of file pg_lzcompress.c.
Referenced by pglz_find_match().
| const char* PGLZ_HistEntry::pos |
Definition at line 215 of file pg_lzcompress.c.
Referenced by pglz_find_match().
| struct PGLZ_HistEntry* PGLZ_HistEntry::prev |
Definition at line 213 of file pg_lzcompress.c.