PostgreSQL Source Code git master
Loading...
Searching...
No Matches
WaitLSNProcInfo Struct Reference

#include <xlogwait.h>

Data Fields

XLogRecPtr waitLSN
 
WaitLSNType lsnType
 
ProcNumber procno
 
bool inHeap
 
pairingheap_node heapNode
 

Detailed Description

Definition at line 54 of file xlogwait.h.

Field Documentation

◆ heapNode

pairingheap_node WaitLSNProcInfo::heapNode

Definition at line 72 of file xlogwait.h.

◆ inHeap

bool WaitLSNProcInfo::inHeap

Definition at line 69 of file xlogwait.h.

Referenced by WaitLSNCleanup().

◆ lsnType

WaitLSNType WaitLSNProcInfo::lsnType

Definition at line 60 of file xlogwait.h.

Referenced by WaitLSNCleanup().

◆ procno

ProcNumber WaitLSNProcInfo::procno

Definition at line 63 of file xlogwait.h.

◆ waitLSN

XLogRecPtr WaitLSNProcInfo::waitLSN

Definition at line 57 of file xlogwait.h.


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