PostgreSQL Source Code
git master
|
#include <basebackup.h>
Data Fields | |
Oid | oid |
char * | path |
char * | rpath |
int64 | size |
Definition at line 28 of file basebackup.h.
Oid tablespaceinfo::oid |
Definition at line 30 of file basebackup.h.
Referenced by do_pg_backup_start(), InitWalRecovery(), perform_base_backup(), read_tablespace_map(), and SendTablespaceList().
char* tablespaceinfo::path |
Definition at line 31 of file basebackup.h.
Referenced by bbsink_copystream_begin_archive(), do_pg_backup_start(), InitWalRecovery(), perform_base_backup(), read_tablespace_map(), and SendTablespaceList().
char* tablespaceinfo::rpath |
Definition at line 32 of file basebackup.h.
Referenced by do_pg_backup_start(), and sendDir().
int64 tablespaceinfo::size |
Definition at line 34 of file basebackup.h.
Referenced by do_pg_backup_start(), perform_base_backup(), and SendTablespaceList().