PostgreSQL Source Code: TarMethodData Struct Reference (original) (raw)
Data Fields | |
---|---|
WalWriteMethod | base |
char * | tarfilename |
int | fd |
TarMethodFile * | currentfile |
Detailed Description
Definition at line 699 of file walmethods.c.
Field Documentation
◆ base
WalWriteMethod TarMethodData::base
Definition at line 701 of file walmethods.c.
Referenced by CreateWalTarMethod().
◆ currentfile
TarMethodFile* TarMethodData::currentfile
Definition at line 704 of file walmethods.c.
Referenced by tar_close(), tar_finish(), and tar_open_for_write().
◆ fd
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().
◆ tarfilename
char* TarMethodData::tarfilename
Definition at line 702 of file walmethods.c.
Referenced by CreateWalTarMethod(), tar_finish(), tar_free(), and tar_open_for_write().
The documentation for this struct was generated from the following file:
- src/bin/pg_basebackup/walmethods.c