|
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.
| int TarMethodData::fd |
Definition at line 703 of file walmethods.c.
Referenced by CreateWalTarMethod().
| char* TarMethodData::tarfilename |
Definition at line 702 of file walmethods.c.
Referenced by CreateWalTarMethod().