PostgreSQL Source Code  git master
cb_tablespace Struct Reference

Data Fields

Oid oid
 
bool in_place
 
char old_dir [MAXPGPATH]
 
char new_dir [MAXPGPATH]
 
struct cb_tablespacenext
 

Detailed Description

Definition at line 82 of file pg_combinebackup.c.

Field Documentation

◆ in_place

bool cb_tablespace::in_place

Definition at line 85 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().

◆ new_dir

char cb_tablespace::new_dir[MAXPGPATH]

Definition at line 87 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().

◆ next

struct cb_tablespace* cb_tablespace::next

Definition at line 88 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().

◆ oid

Oid cb_tablespace::oid

Definition at line 84 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().

◆ old_dir

char cb_tablespace::old_dir[MAXPGPATH]

Definition at line 86 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().


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