mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 07:06:30 +00:00
Remove now-superfluous wildcard in rmtree() call
This commit is contained in:
2
repmgr.c
2
repmgr.c
@@ -2079,7 +2079,7 @@ stop_backup:
|
||||
if (server_version_num >= 90400 &&
|
||||
backup_label.min_failover_slot_lsn == InvalidXLogRecPtr)
|
||||
{
|
||||
maxlen_snprintf(dirpath, "%s/pg_replslot/*",
|
||||
maxlen_snprintf(dirpath, "%s/pg_replslot/",
|
||||
local_data_directory);
|
||||
|
||||
log_debug("deleting pg_replslot directory contents\n");
|
||||
|
||||
Reference in New Issue
Block a user