PostgreSQL Source Code git master
GinScanItem Struct Reference

Data Fields

int depth
 
IndexTuple parenttup
 
BlockNumber parentblk
 
BlockNumber blkno
 
struct GinScanItemnext
 

Detailed Description

Definition at line 36 of file verify_gin.c.

Field Documentation

◆ blkno

BlockNumber GinScanItem::blkno

Definition at line 41 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 42 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().

◆ 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: