PostgreSQL Source Code  git master
TablespaceListCell Struct Reference

Data Fields

struct TablespaceListCellnext
 
char old_dir [MAXPGPATH]
 
char new_dir [MAXPGPATH]
 

Detailed Description

Definition at line 43 of file pg_basebackup.c.

Field Documentation

◆ new_dir

char TablespaceListCell::new_dir[MAXPGPATH]

Definition at line 47 of file pg_basebackup.c.

Referenced by get_tablespace_mapping(), and tablespace_list_append().

◆ next

struct TablespaceListCell* TablespaceListCell::next

Definition at line 45 of file pg_basebackup.c.

Referenced by get_tablespace_mapping(), and tablespace_list_append().

◆ old_dir

char TablespaceListCell::old_dir[MAXPGPATH]

Definition at line 46 of file pg_basebackup.c.

Referenced by get_tablespace_mapping(), and tablespace_list_append().


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