PostgreSQL Source Code git master
NoneCompressorState Struct Reference

Data Fields

char * buffer
 
size_t buflen
 
size_t bufdata
 

Detailed Description

Definition at line 30 of file compress_none.c.

Field Documentation

◆ bufdata

size_t NoneCompressorState::bufdata

Definition at line 34 of file compress_none.c.

Referenced by EndCompressorNone(), InitCompressorNone(), and WriteDataToArchiveNone().

◆ buffer

char* NoneCompressorState::buffer

Definition at line 32 of file compress_none.c.

Referenced by EndCompressorNone(), InitCompressorNone(), and WriteDataToArchiveNone().

◆ buflen

size_t NoneCompressorState::buflen

Definition at line 33 of file compress_none.c.

Referenced by InitCompressorNone(), and WriteDataToArchiveNone().


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