|
PostgreSQL Source Code git master
|
#include <spgxlog.h>
Data Fields | |
| uint16 | nToPlaceholder |
| OffsetNumber | firstPlaceholder |
| TransactionId | snapshotConflictHorizon |
| bool | isCatalogRel |
| OffsetNumber | offsets [FLEXIBLE_ARRAY_MEMBER] |
| OffsetNumber spgxlogVacuumRedirect::firstPlaceholder |
Definition at line 241 of file spgxlog.h.
Referenced by spg_desc(), spgRedoVacuumRedirect(), and vacuumRedirectAndPlaceholder().
| bool spgxlogVacuumRedirect::isCatalogRel |
Definition at line 243 of file spgxlog.h.
Referenced by spg_desc(), spgRedoVacuumRedirect(), and vacuumRedirectAndPlaceholder().
| uint16 spgxlogVacuumRedirect::nToPlaceholder |
Definition at line 240 of file spgxlog.h.
Referenced by spg_desc(), spgRedoVacuumRedirect(), and vacuumRedirectAndPlaceholder().
| OffsetNumber spgxlogVacuumRedirect::offsets[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 247 of file spgxlog.h.
Referenced by spgRedoVacuumRedirect().
| TransactionId spgxlogVacuumRedirect::snapshotConflictHorizon |
Definition at line 242 of file spgxlog.h.
Referenced by spg_desc(), spgRedoVacuumRedirect(), and vacuumRedirectAndPlaceholder().