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 71 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::length |
Definition at line 75 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::magic |
Definition at line 70 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
ReplicationSlotPersistentData ReplicationSlotOnDisk::slotdata |
Definition at line 82 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().
uint32 ReplicationSlotOnDisk::version |
Definition at line 74 of file slot.c.
Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().