PostgreSQL Source Code  git master
TablespaceList Struct Reference

Data Fields

TablespaceListCellhead
 
TablespaceListCelltail
 

Detailed Description

Definition at line 50 of file pg_basebackup.c.

Field Documentation

◆ head

TablespaceListCell* TablespaceList::head

Definition at line 52 of file pg_basebackup.c.

Referenced by get_tablespace_mapping(), and tablespace_list_append().

◆ tail

TablespaceListCell* TablespaceList::tail

Definition at line 53 of file pg_basebackup.c.

Referenced by tablespace_list_append().


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