PostgreSQL Source Code  git master
ReplicationSlotOnDisk Struct Reference

Data Fields

uint32 magic
 
pg_crc32c checksum
 
uint32 version
 
uint32 length
 
ReplicationSlotPersistentData slotdata
 

Detailed Description

Definition at line 64 of file slot.c.

Field Documentation

◆ checksum

pg_crc32c ReplicationSlotOnDisk::checksum

Definition at line 70 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ length

uint32 ReplicationSlotOnDisk::length

Definition at line 74 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ magic

uint32 ReplicationSlotOnDisk::magic

Definition at line 69 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ slotdata

ReplicationSlotPersistentData ReplicationSlotOnDisk::slotdata

Definition at line 81 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().

◆ version

uint32 ReplicationSlotOnDisk::version

Definition at line 73 of file slot.c.

Referenced by RestoreSlotFromDisk(), and SaveSlotToPath().


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