PostgreSQL Source Code  git master
xl_relmap_update Struct Reference

#include <relmapper.h>

Data Fields

Oid dbid
 
Oid tsid
 
int32 nbytes
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 27 of file relmapper.h.

Field Documentation

◆ data

char xl_relmap_update::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 32 of file relmapper.h.

Referenced by relmap_redo().

◆ dbid

Oid xl_relmap_update::dbid

Definition at line 29 of file relmapper.h.

Referenced by relmap_desc(), relmap_redo(), and write_relmap_file().

◆ nbytes

int32 xl_relmap_update::nbytes

Definition at line 31 of file relmapper.h.

Referenced by relmap_desc(), relmap_redo(), and write_relmap_file().

◆ tsid

Oid xl_relmap_update::tsid

Definition at line 30 of file relmapper.h.

Referenced by relmap_desc(), relmap_redo(), and write_relmap_file().


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