|
PostgreSQL Source Code git master
|
#include <nbtree.h>
Data Fields | |
| IndexTuple | itup |
| OffsetNumber | updatedoffset |
| uint16 | ndeletedtids |
| uint16 | deletetids [FLEXIBLE_ARRAY_MEMBER] |
| uint16 BTVacuumPostingData::deletetids[FLEXIBLE_ARRAY_MEMBER] |
| IndexTuple BTVacuumPostingData::itup |
Definition at line 917 of file nbtree.h.
Referenced by _bt_delitems_delete(), and _bt_delitems_vacuum().
| OffsetNumber BTVacuumPostingData::updatedoffset |