PostgreSQL Source Code
git master
|
Data Fields | |
WalWriteMethod | base |
char * | tarfilename |
int | fd |
TarMethodFile * | currentfile |
Definition at line 699 of file walmethods.c.
WalWriteMethod TarMethodData::base |
Definition at line 701 of file walmethods.c.
Referenced by CreateWalTarMethod().
TarMethodFile* TarMethodData::currentfile |
Definition at line 704 of file walmethods.c.
Referenced by tar_close(), tar_finish(), and tar_open_for_write().
int TarMethodData::fd |
Definition at line 703 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_close(), tar_finish(), tar_open_for_write(), tar_sync(), and tar_write().
char* TarMethodData::tarfilename |
Definition at line 702 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_finish(), tar_free(), and tar_open_for_write().