|
PostgreSQL Source Code git master
|
Data Fields | |
| char | old_dir [MAXPGPATH] |
| char | new_dir [MAXPGPATH] |
| struct cb_tablespace_mapping * | next |
Definition at line 62 of file pg_combinebackup.c.
| char cb_tablespace_mapping::new_dir[MAXPGPATH] |
Definition at line 65 of file pg_combinebackup.c.
Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().
| struct cb_tablespace_mapping* cb_tablespace_mapping::next |
Definition at line 66 of file pg_combinebackup.c.
Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().
| char cb_tablespace_mapping::old_dir[MAXPGPATH] |
Definition at line 64 of file pg_combinebackup.c.
Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().