|
PostgreSQL Source Code git master
|
Data Fields | |
| Relation | index |
| IndexBulkDeleteResult * | result |
| IndexBulkDeleteCallback | callback |
| void * | callback_state |
| GinState | ginstate |
| BufferAccessStrategy | strategy |
| MemoryContext | tmpCxt |
Definition at line 27 of file ginvacuum.c.
| IndexBulkDeleteCallback GinVacuumState::callback |
Definition at line 31 of file ginvacuum.c.
Referenced by ginbulkdelete(), and ginVacuumItemPointers().
| void* GinVacuumState::callback_state |
Definition at line 32 of file ginvacuum.c.
Referenced by ginbulkdelete(), and ginVacuumItemPointers().
| GinState GinVacuumState::ginstate |
Definition at line 33 of file ginvacuum.c.
Referenced by ginbulkdelete(), and ginVacuumEntryPage().
| Relation GinVacuumState::index |
Definition at line 29 of file ginvacuum.c.
Referenced by ginbulkdelete(), ginDeletePage(), ginScanToDelete(), ginVacuumEntryPage(), ginVacuumPostingTree(), and ginVacuumPostingTreeLeaves().
| IndexBulkDeleteResult* GinVacuumState::result |
Definition at line 30 of file ginvacuum.c.
Referenced by ginbulkdelete(), ginDeletePage(), and ginVacuumItemPointers().
| BufferAccessStrategy GinVacuumState::strategy |
Definition at line 34 of file ginvacuum.c.
Referenced by ginbulkdelete(), ginDeletePage(), ginScanToDelete(), ginVacuumPostingTree(), and ginVacuumPostingTreeLeaves().
| MemoryContext GinVacuumState::tmpCxt |
Definition at line 35 of file ginvacuum.c.
Referenced by ginbulkdelete(), and ginVacuumPostingTreeLeaves().