PostgreSQL Source Code
git master
|
Data Fields | |
dlist_node | node |
XLogRecPtr | local_end |
XLogRecPtr | remote_end |
XLogRecPtr FlushPosition::local_end |
Definition at line 217 of file worker.c.
Referenced by get_flush_position(), and store_flush_position().
dlist_node FlushPosition::node |
Definition at line 216 of file worker.c.
Referenced by store_flush_position().
XLogRecPtr FlushPosition::remote_end |
Definition at line 218 of file worker.c.
Referenced by get_flush_position(), and store_flush_position().