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