PostgreSQL Source Code git master
|
Data Fields | |
char * | relpath |
Oid | tblspc_oid |
pg_compress_algorithm | compress_algorithm |
Definition at line 51 of file pg_verifybackup.c.
pg_compress_algorithm tar_file::compress_algorithm |
Definition at line 55 of file pg_verifybackup.c.
Referenced by precheck_tar_backup_file(), and verify_tar_backup().
char* tar_file::relpath |
Definition at line 53 of file pg_verifybackup.c.
Referenced by precheck_tar_backup_file(), and verify_tar_backup().
Oid tar_file::tblspc_oid |
Definition at line 54 of file pg_verifybackup.c.
Referenced by precheck_tar_backup_file(), and verify_tar_backup().