PostgreSQL Source Code
git master
|
Data Fields | |
struct TablespaceListCell * | next |
char | old_dir [MAXPGPATH] |
char | new_dir [MAXPGPATH] |
Definition at line 43 of file pg_basebackup.c.
char TablespaceListCell::new_dir[MAXPGPATH] |
Definition at line 47 of file pg_basebackup.c.
Referenced by get_tablespace_mapping(), and tablespace_list_append().
struct TablespaceListCell* TablespaceListCell::next |
Definition at line 45 of file pg_basebackup.c.
Referenced by get_tablespace_mapping(), and tablespace_list_append().
char TablespaceListCell::old_dir[MAXPGPATH] |
Definition at line 46 of file pg_basebackup.c.
Referenced by get_tablespace_mapping(), and tablespace_list_append().