mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Remove unused backup functions
Not needed since removal of rsync functionality
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user