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