PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BTVacuumPostingData Struct Reference

#include <nbtree.h>

Data Fields

IndexTuple itup
 
OffsetNumber updatedoffset
 
uint16 ndeletedtids
 
uint16 deletetids [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 914 of file nbtree.h.

Field Documentation

◆ deletetids

uint16 BTVacuumPostingData::deletetids[FLEXIBLE_ARRAY_MEMBER]

Definition at line 922 of file nbtree.h.

◆ itup

IndexTuple BTVacuumPostingData::itup

Definition at line 917 of file nbtree.h.

Referenced by _bt_delitems_delete(), and _bt_delitems_vacuum().

◆ ndeletedtids

uint16 BTVacuumPostingData::ndeletedtids

Definition at line 921 of file nbtree.h.

◆ updatedoffset

OffsetNumber BTVacuumPostingData::updatedoffset

Definition at line 918 of file nbtree.h.


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