PostgreSQL Source Code  git master
tar_file Struct Reference

Data Fields

char * relpath
 
Oid tblspc_oid
 
pg_compress_algorithm compress_algorithm
 

Detailed Description

Definition at line 51 of file pg_verifybackup.c.

Field Documentation

◆ compress_algorithm

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().

◆ relpath

char* tar_file::relpath

Definition at line 53 of file pg_verifybackup.c.

Referenced by precheck_tar_backup_file(), and verify_tar_backup().

◆ tblspc_oid

Oid tar_file::tblspc_oid

Definition at line 54 of file pg_verifybackup.c.

Referenced by precheck_tar_backup_file(), and verify_tar_backup().


The documentation for this struct was generated from the following file: