PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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.

◆ dbid

Oid xl_relmap_update::dbid

Definition at line 29 of file relmapper.h.

◆ nbytes

int32 xl_relmap_update::nbytes

Definition at line 31 of file relmapper.h.

◆ tsid

Oid xl_relmap_update::tsid

Definition at line 30 of file relmapper.h.


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