PostgreSQL Source Code
git master
|
Data Fields | |
char * | tarfilename |
int | fd |
pg_compress_algorithm | compression_algorithm |
int | compression_level |
bool | sync |
TarMethodFile * | currentfile |
const char * | lasterrstring |
int | lasterrno |
Definition at line 676 of file walmethods.c.
pg_compress_algorithm TarMethodData::compression_algorithm |
Definition at line 680 of file walmethods.c.
Referenced by CreateWalTarMethod(), FreeWalTarMethod(), tar_close(), tar_compression_algorithm(), tar_finish(), tar_open_for_write(), tar_sync(), and tar_write().
int TarMethodData::compression_level |
Definition at line 681 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_close(), and tar_open_for_write().
TarMethodFile* TarMethodData::currentfile |
Definition at line 683 of file walmethods.c.
Referenced by tar_close(), tar_finish(), and tar_open_for_write().
int TarMethodData::fd |
Definition at line 679 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_close(), tar_finish(), tar_open_for_write(), tar_sync(), and tar_write().
int TarMethodData::lasterrno |
Definition at line 685 of file walmethods.c.
Referenced by tar_close(), tar_finish(), tar_get_file_size(), tar_getlasterror(), tar_open_for_write(), tar_sync(), and tar_write().
const char* TarMethodData::lasterrstring |
Definition at line 684 of file walmethods.c.
Referenced by tar_getlasterror().
bool TarMethodData::sync |
Definition at line 682 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_finish(), and tar_sync().
char* TarMethodData::tarfilename |
Definition at line 678 of file walmethods.c.
Referenced by CreateWalTarMethod(), FreeWalTarMethod(), tar_finish(), and tar_open_for_write().