PostgreSQL Source Code
git master
|
#include <gin_private.h>
Data Fields | |
MemoryContext | tempCtx |
GinState | ginstate |
GinScanKey | keys |
uint32 | nkeys |
GinScanEntry * | entries |
uint32 | totalentries |
uint32 | allocentries |
MemoryContext | keyCtx |
bool | isVoidRes |
Definition at line 369 of file gin_private.h.
uint32 GinScanOpaqueData::allocentries |
Definition at line 379 of file gin_private.h.
Referenced by ginFillScanEntry().
GinScanEntry* GinScanOpaqueData::entries |
Definition at line 377 of file gin_private.h.
Referenced by ginFillScanEntry(), ginFreeScanKeys(), and startScan().
GinState GinScanOpaqueData::ginstate |
Definition at line 372 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanEntry(), ginFillScanKey(), scanGetItem(), and startScan().
bool GinScanOpaqueData::isVoidRes |
Definition at line 383 of file gin_private.h.
MemoryContext GinScanOpaqueData::keyCtx |
Definition at line 381 of file gin_private.h.
Referenced by ginbeginscan(), ginendscan(), ginFreeScanKeys(), and startScanKey().
GinScanKey GinScanOpaqueData::keys |
Definition at line 374 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanKey(), ginFreeScanKeys(), scanGetItem(), scanPendingInsert(), and startScan().
uint32 GinScanOpaqueData::nkeys |
Definition at line 375 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanKey(), ginFreeScanKeys(), scanGetItem(), scanPendingInsert(), and startScan().
MemoryContext GinScanOpaqueData::tempCtx |
Definition at line 371 of file gin_private.h.
Referenced by ginbeginscan(), ginendscan(), scanGetItem(), scanPendingInsert(), and startScanKey().
uint32 GinScanOpaqueData::totalentries |
Definition at line 378 of file gin_private.h.
Referenced by ginFillScanEntry(), ginFreeScanKeys(), and startScan().