|
PostgreSQL Source Code git master
|
Data Fields | |
| int32 | __varsz |
| uint32 | nxip |
| FullTransactionId | xmin |
| FullTransactionId | xmax |
| FullTransactionId | xip [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 55 of file xid8funcs.c.
| int32 pg_snapshot::__varsz |
Definition at line 62 of file xid8funcs.c.
| uint32 pg_snapshot::nxip |
Definition at line 64 of file xid8funcs.c.
Referenced by buf_add_txid(), buf_init(), is_visible_fxid(), pg_current_snapshot(), pg_snapshot_out(), pg_snapshot_recv(), pg_snapshot_send(), pg_snapshot_xip(), and sort_snapshot().
| FullTransactionId pg_snapshot::xip[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 68 of file xid8funcs.c.
Referenced by is_visible_fxid(), pg_current_snapshot(), pg_snapshot_out(), pg_snapshot_recv(), pg_snapshot_send(), pg_snapshot_xip(), and sort_snapshot().
| FullTransactionId pg_snapshot::xmax |
Definition at line 66 of file xid8funcs.c.
Referenced by buf_init(), is_visible_fxid(), pg_current_snapshot(), pg_snapshot_out(), pg_snapshot_recv(), pg_snapshot_send(), and pg_snapshot_xmax().
| FullTransactionId pg_snapshot::xmin |
Definition at line 65 of file xid8funcs.c.
Referenced by buf_init(), is_visible_fxid(), pg_current_snapshot(), pg_snapshot_out(), pg_snapshot_recv(), pg_snapshot_send(), and pg_snapshot_xmin().