PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ReplicationSlotOnDisk Struct Reference

Data Fields

uint32 magic
 
pg_crc32c checksum
 
uint32 version
 
uint32 length
 
ReplicationSlotPersistentData slotdata
 

Detailed Description

Definition at line 65 of file slot.c.

Field Documentation

◆ checksum

pg_crc32c ReplicationSlotOnDisk::checksum

Definition at line 71 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ length

uint32 ReplicationSlotOnDisk::length

Definition at line 75 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ magic

uint32 ReplicationSlotOnDisk::magic

Definition at line 70 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ slotdata

ReplicationSlotPersistentData ReplicationSlotOnDisk::slotdata

Definition at line 82 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ version

uint32 ReplicationSlotOnDisk::version

Definition at line 74 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().


The documentation for this struct was generated from the following file: