PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
GinScanItem Struct Reference

Data Fields

int depth
 
IndexTuple parenttup
 
BlockNumber parentblk
 
XLogRecPtr parentlsn
 
BlockNumber blkno
 
struct GinScanItemnext
 

Detailed Description

Definition at line 36 of file verify_gin.c.

Field Documentation

◆ blkno

BlockNumber GinScanItem::blkno

Definition at line 42 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().

◆ depth

int GinScanItem::depth

Definition at line 38 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().

◆ next

struct GinScanItem* GinScanItem::next

Definition at line 43 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().

◆ parentblk

BlockNumber GinScanItem::parentblk

Definition at line 40 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().

◆ parentlsn

XLogRecPtr GinScanItem::parentlsn

Definition at line 41 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().

◆ parenttup

IndexTuple GinScanItem::parenttup

Definition at line 39 of file verify_gin.c.

Referenced by gin_check_parent_keys_consistency().


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