|
PostgreSQL Source Code git master
|
#include <xlogwait.h>
Data Fields | |
| XLogRecPtr | waitLSN |
| WaitLSNType | lsnType |
| ProcNumber | procno |
| bool | inHeap |
| pairingheap_node | heapNode |
Definition at line 54 of file xlogwait.h.
| pairingheap_node WaitLSNProcInfo::heapNode |
Definition at line 72 of file xlogwait.h.
| bool WaitLSNProcInfo::inHeap |
Definition at line 69 of file xlogwait.h.
Referenced by WaitLSNCleanup().
| WaitLSNType WaitLSNProcInfo::lsnType |
Definition at line 60 of file xlogwait.h.
Referenced by WaitLSNCleanup().
| ProcNumber WaitLSNProcInfo::procno |
Definition at line 63 of file xlogwait.h.
| XLogRecPtr WaitLSNProcInfo::waitLSN |
Definition at line 57 of file xlogwait.h.