|
PostgreSQL Source Code git master
|
Data Fields | |
| Oid | oid |
| bool | in_place |
| char | old_dir [MAXPGPATH] |
| char | new_dir [MAXPGPATH] |
| struct cb_tablespace * | next |
Definition at line 92 of file pg_combinebackup.c.
| bool cb_tablespace::in_place |
Definition at line 95 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().
| char cb_tablespace::new_dir[MAXPGPATH] |
Definition at line 97 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().
| struct cb_tablespace* cb_tablespace::next |
Definition at line 98 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().
| Oid cb_tablespace::oid |
Definition at line 94 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().
| char cb_tablespace::old_dir[MAXPGPATH] |
Definition at line 96 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().