PostgreSQL Source Code  git master
spgVacPendingItem Struct Reference

Data Fields

ItemPointerData tid
 
bool done
 
struct spgVacPendingItemnext
 

Detailed Description

Definition at line 32 of file spgvacuum.c.

Field Documentation

◆ done

bool spgVacPendingItem::done

Definition at line 35 of file spgvacuum.c.

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

◆ next

struct spgVacPendingItem* spgVacPendingItem::next

Definition at line 36 of file spgvacuum.c.

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

◆ tid

ItemPointerData spgVacPendingItem::tid

Definition at line 34 of file spgvacuum.c.

Referenced by spgAddPendingTID(), and spgprocesspending().


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