PostgreSQL Source Code git master
Loading...
Searching...
No Matches
cb_tablespace_mapping Struct Reference

Data Fields

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

Detailed Description

Definition at line 62 of file pg_combinebackup.c.

Field Documentation

◆ new_dir

char cb_tablespace_mapping::new_dir[MAXPGPATH]

Definition at line 65 of file pg_combinebackup.c.

◆ next

struct cb_tablespace_mapping* cb_tablespace_mapping::next

Definition at line 66 of file pg_combinebackup.c.

◆ old_dir

char cb_tablespace_mapping::old_dir[MAXPGPATH]

Definition at line 64 of file pg_combinebackup.c.


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