PostgreSQL Source Code  git master
FlushPosition Struct Reference

Data Fields

dlist_node node
 
XLogRecPtr local_end
 
XLogRecPtr remote_end
 

Detailed Description

Definition at line 197 of file worker.c.

Field Documentation

◆ local_end

XLogRecPtr FlushPosition::local_end

Definition at line 200 of file worker.c.

Referenced by get_flush_position(), and store_flush_position().

◆ node

dlist_node FlushPosition::node

Definition at line 199 of file worker.c.

Referenced by store_flush_position().

◆ remote_end

XLogRecPtr FlushPosition::remote_end

Definition at line 201 of file worker.c.

Referenced by get_flush_position(), and store_flush_position().


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