PostgreSQL Source Code: tablespaceinfo Struct Reference (original) (raw)

Data Fields

tablespaceinfo Struct Reference

#include <[basebackup.h](basebackup%5F8h%5Fsource.html)>

Data Fields
Oid oid
char * path
char * rpath
int64 size

Detailed Description

Definition at line 28 of file basebackup.h.

Field Documentation

oid

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

path

char* tablespaceinfo::path

Definition at line 31 of file basebackup.h.

Referenced by oauth_server.OAuthHandler::_should_modify(), bbsink_copystream_begin_archive(), do_pg_backup_start(), InitWalRecovery(), perform_base_backup(), read_tablespace_map(), and SendTablespaceList().

rpath

char* tablespaceinfo::rpath

Definition at line 32 of file basebackup.h.

Referenced by do_pg_backup_start(), and sendDir().

size

int64 tablespaceinfo::size

Definition at line 34 of file basebackup.h.

Referenced by do_pg_backup_start(), perform_base_backup(), and SendTablespaceList().


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