PostgreSQL Source Code  git master
ginxlogUpdateMeta Struct Reference

#include <ginxlog.h>

Data Fields

RelFileLocator locator
 
GinMetaPageData metadata
 
BlockNumber prevTail
 
BlockNumber newRightlink
 
int32 ntuples
 

Detailed Description

Definition at line 168 of file ginxlog.h.

Field Documentation

◆ locator

RelFileLocator ginxlogUpdateMeta::locator

Definition at line 170 of file ginxlog.h.

◆ metadata

GinMetaPageData ginxlogUpdateMeta::metadata

Definition at line 171 of file ginxlog.h.

◆ newRightlink

BlockNumber ginxlogUpdateMeta::newRightlink

Definition at line 173 of file ginxlog.h.

◆ ntuples

int32 ginxlogUpdateMeta::ntuples

Definition at line 174 of file ginxlog.h.

◆ prevTail

BlockNumber ginxlogUpdateMeta::prevTail

Definition at line 172 of file ginxlog.h.


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