Remove unused backup functions

Not needed since removal of rsync functionality
This commit is contained in:
Ian Barwick
2017-06-13 00:35:01 +09:00
parent f26f1c0428
commit e89c43c5cb
3 changed files with 3 additions and 106 deletions

View File

@@ -216,9 +216,5 @@ bool create_replication_slot(PGconn *conn, char *slot_name, int server_version_
bool drop_replication_slot(PGconn *conn, char *slot_name);
int get_slot_record(PGconn *conn, char *slot_name, t_replication_slot *record);
/* backup functions */
bool start_backup(PGconn *conn, char *first_wal_segment, bool fast_checkpoint, int server_version_num);
bool stop_backup(PGconn *conn, char *last_wal_segment, int server_version_num);
#endif