Backport drop_replication_slot() from HEAD

This commit is contained in:
Ian Barwick
2015-11-30 16:30:29 +09:00
parent 085b7cb8b4
commit f86e251430
2 changed files with 28 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ bool cancel_query(PGconn *conn, int timeout);
char *get_repmgr_schema(void);
char *get_repmgr_schema_quoted(PGconn *conn);
bool create_replication_slot(PGconn *conn, char *slot_name);
bool drop_replication_slot(PGconn *conn, char *slot_name);
bool start_backup(PGconn *conn, char *first_wal_segment, bool fast_checkpoint);
bool stop_backup(PGconn *conn, char *last_wal_segment);