PostgreSQL Source Code  git master
cb_tablespace_mapping Struct Reference

Data Fields

char old_dir [MAXPGPATH]
 
char new_dir [MAXPGPATH]
 
struct cb_tablespace_mappingnext
 

Detailed Description

Definition at line 52 of file pg_combinebackup.c.

Field Documentation

◆ new_dir

char cb_tablespace_mapping::new_dir[MAXPGPATH]

Definition at line 55 of file pg_combinebackup.c.

Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().

◆ next

struct cb_tablespace_mapping* cb_tablespace_mapping::next

Definition at line 56 of file pg_combinebackup.c.

Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().

◆ old_dir

char cb_tablespace_mapping::old_dir[MAXPGPATH]

Definition at line 54 of file pg_combinebackup.c.

Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().


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