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 65 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::length |
Definition at line 69 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::magic |
Definition at line 64 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
ReplicationSlotPersistentData ReplicationSlotOnDisk::slotdata |
Definition at line 76 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::version |
Definition at line 68 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().