PostgreSQL Source Code  git master
PGLZ_HistEntry Struct Reference

Data Fields

struct PGLZ_HistEntrynext
 
struct PGLZ_HistEntryprev
 
int hindex
 
const char * pos
 

Detailed Description

Definition at line 210 of file pg_lzcompress.c.

Field Documentation

◆ hindex

int PGLZ_HistEntry::hindex

Definition at line 214 of file pg_lzcompress.c.

◆ next

struct PGLZ_HistEntry* PGLZ_HistEntry::next

Definition at line 212 of file pg_lzcompress.c.

Referenced by pglz_find_match().

◆ pos

const char* PGLZ_HistEntry::pos

Definition at line 215 of file pg_lzcompress.c.

Referenced by pglz_find_match().

◆ prev

struct PGLZ_HistEntry* PGLZ_HistEntry::prev

Definition at line 213 of file pg_lzcompress.c.


The documentation for this struct was generated from the following file: