PostgreSQL Source Code git master
|
Data Fields | |
uint32 | magic |
pg_crc32c | checksum |
uint32 | version |
uint32 | length |
ReplicationSlotPersistentData | slotdata |
pg_crc32c ReplicationSlotOnDisk::checksum |
Definition at line 72 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::length |
Definition at line 76 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::magic |
Definition at line 71 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
ReplicationSlotPersistentData ReplicationSlotOnDisk::slotdata |
Definition at line 83 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::version |
Definition at line 75 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().