PostgreSQL Source Code  git master
gistxlogDelete Struct Reference

#include <gistxlog.h>

Data Fields

TransactionId snapshotConflictHorizon
 
uint16 ntodelete
 
bool isCatalogRel
 
OffsetNumber offsets [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 48 of file gistxlog.h.

Field Documentation

◆ isCatalogRel

bool gistxlogDelete::isCatalogRel

Definition at line 52 of file gistxlog.h.

Referenced by gistRedoDeleteRecord(), gistXLogDelete(), and out_gistxlogDelete().

◆ ntodelete

uint16 gistxlogDelete::ntodelete

Definition at line 51 of file gistxlog.h.

Referenced by gistRedoDeleteRecord(), gistXLogDelete(), and out_gistxlogDelete().

◆ offsets

OffsetNumber gistxlogDelete::offsets[FLEXIBLE_ARRAY_MEMBER]

Definition at line 56 of file gistxlog.h.

Referenced by gistRedoDeleteRecord().

◆ snapshotConflictHorizon

TransactionId gistxlogDelete::snapshotConflictHorizon

Definition at line 50 of file gistxlog.h.

Referenced by gistRedoDeleteRecord(), gistXLogDelete(), and out_gistxlogDelete().


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