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

@@ -1726,9 +1726,8 @@ initialise_direct_clone(void)
PQclear(res);
/*
* If replication slots requested, create appropriate slot on
* the primary; this must be done before pg_start_backup() is
* issued, either by us or by pg_basebackup.
* If replication slots requested, create appropriate slot on the
* primary; this must be done before pg_basebackup is called.
*
* Replication slots are not supported (and not very useful
* anyway) in Barman mode.