PostgreSQL Source Code git master
|
Data Fields | |
ItemPointerData | tid |
bool | done |
struct spgVacPendingItem * | next |
Definition at line 33 of file spgvacuum.c.
bool spgVacPendingItem::done |
Definition at line 36 of file spgvacuum.c.
Referenced by spgAddPendingTID(), spgClearPendingList(), and spgprocesspending().
struct spgVacPendingItem* spgVacPendingItem::next |
Definition at line 37 of file spgvacuum.c.
Referenced by spgAddPendingTID(), spgClearPendingList(), and spgprocesspending().
ItemPointerData spgVacPendingItem::tid |
Definition at line 35 of file spgvacuum.c.
Referenced by spgAddPendingTID(), and spgprocesspending().