PostgreSQL Source Code  git master
gistxlogPageSplit Struct Reference

#include <gistxlog.h>

Data Fields

BlockNumber origrlink
 
GistNSN orignsn
 
bool origleaf
 
uint16 npage
 
bool markfollowright
 

Detailed Description

Definition at line 66 of file gistxlog.h.

Field Documentation

◆ markfollowright

bool gistxlogPageSplit::markfollowright

Definition at line 73 of file gistxlog.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

◆ npage

uint16 gistxlogPageSplit::npage

Definition at line 72 of file gistxlog.h.

Referenced by gistRedoPageSplitRecord(), gistXLogSplit(), and out_gistxlogPageSplit().

◆ origleaf

bool gistxlogPageSplit::origleaf

Definition at line 70 of file gistxlog.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

◆ orignsn

GistNSN gistxlogPageSplit::orignsn

Definition at line 69 of file gistxlog.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

◆ origrlink

BlockNumber gistxlogPageSplit::origrlink

Definition at line 68 of file gistxlog.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().


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