PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
spgVacPendingItem Struct Reference

Data Fields

ItemPointerData tid
 
bool done
 
struct spgVacPendingItemnext
 

Detailed Description

Definition at line 33 of file spgvacuum.c.

Field Documentation

◆ done

bool spgVacPendingItem::done

Definition at line 36 of file spgvacuum.c.

Referenced by spgAddPendingTID(), spgClearPendingList(), and spgprocesspending().

◆ next

struct spgVacPendingItem* spgVacPendingItem::next

Definition at line 37 of file spgvacuum.c.

Referenced by spgAddPendingTID(), spgClearPendingList(), and spgprocesspending().

◆ tid

ItemPointerData spgVacPendingItem::tid

Definition at line 35 of file spgvacuum.c.

Referenced by spgAddPendingTID(), and spgprocesspending().


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