|
PostgreSQL Source Code git master
|
Data Fields | |
| int | dataState |
| pgoff_t | dataPos |
| char * | filename |
| TAR_MEMBER * | TH |
Definition at line 76 of file pg_backup_custom.c.
| pgoff_t lclTocEntry::dataPos |
Definition at line 79 of file pg_backup_custom.c.
Referenced by _PrepParallelRestore(), _PrintExtraToc(), _PrintTocData(), _ReadExtraToc(), and _WriteExtraToc().
| int lclTocEntry::dataState |
Definition at line 78 of file pg_backup_custom.c.
Referenced by _ArchiveEntry(), _PrepParallelRestore(), _PrintTocData(), _ReadExtraToc(), and _WriteExtraToc().
| char * lclTocEntry::filename |
Definition at line 63 of file pg_backup_directory.c.
Referenced by _ArchiveEntry(), _PrepParallelRestore(), _PrintExtraToc(), _PrintTocData(), _ReadExtraToc(), _StartData(), and _WriteExtraToc().
| TAR_MEMBER* lclTocEntry::TH |
Definition at line 93 of file pg_backup_tar.c.
Referenced by _ArchiveEntry(), _EndData(), _EndLO(), _ReadExtraToc(), _StartData(), and _WriteData().