mirror of
https://github.com/postgres/postgres.git
synced 2025-11-28 11:44:57 +03:00
Add support for temporary replication slots
This allows creating temporary replication slots that are removed automatically at the end of the session or on error. From: Petr Jelinek <petr.jelinek@2ndquadrant.com>
This commit is contained in:
@@ -55,6 +55,7 @@ typedef struct CreateReplicationSlotCmd
|
||||
char *slotname;
|
||||
ReplicationKind kind;
|
||||
char *plugin;
|
||||
bool temporary;
|
||||
bool reserve_wal;
|
||||
} CreateReplicationSlotCmd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user