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

#include <gist_private.h>

Data Fields

BlockNumber origrlink
 
GistNSN orignsn
 
bool origleaf
 
uint16 npage
 
bool markfollowright
 

Detailed Description

Definition at line 215 of file gist_private.h.

Field Documentation

bool gistxlogPageSplit::markfollowright

Definition at line 222 of file gist_private.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

uint16 gistxlogPageSplit::npage

Definition at line 221 of file gist_private.h.

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

bool gistxlogPageSplit::origleaf

Definition at line 219 of file gist_private.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

GistNSN gistxlogPageSplit::orignsn

Definition at line 218 of file gist_private.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().

BlockNumber gistxlogPageSplit::origrlink

Definition at line 217 of file gist_private.h.

Referenced by gistRedoPageSplitRecord(), and gistXLogSplit().


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