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

Data Fields

int depth
 
ItemPointerData parentkey
 
BlockNumber parentblk
 
BlockNumber blkno
 
struct GinPostingTreeScanItemnext
 

Detailed Description

Definition at line 49 of file verify_gin.c.

Field Documentation

◆ blkno

BlockNumber GinPostingTreeScanItem::blkno

Definition at line 54 of file verify_gin.c.

Referenced by gin_check_posting_tree_parent_keys_consistency().

◆ depth

int GinPostingTreeScanItem::depth

Definition at line 51 of file verify_gin.c.

Referenced by gin_check_posting_tree_parent_keys_consistency().

◆ next

struct GinPostingTreeScanItem* GinPostingTreeScanItem::next

Definition at line 55 of file verify_gin.c.

Referenced by gin_check_posting_tree_parent_keys_consistency().

◆ parentblk

BlockNumber GinPostingTreeScanItem::parentblk

Definition at line 53 of file verify_gin.c.

Referenced by gin_check_posting_tree_parent_keys_consistency().

◆ parentkey

ItemPointerData GinPostingTreeScanItem::parentkey

Definition at line 52 of file verify_gin.c.

Referenced by gin_check_posting_tree_parent_keys_consistency().


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