mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Clarify purpose of remapping code
This commit is contained in:
7
repmgr.c
7
repmgr.c
@@ -1777,7 +1777,12 @@ do_standby_clone(void)
|
|||||||
goto stop_backup;
|
goto stop_backup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Update symlinks in pg_tblspc */
|
/*
|
||||||
|
* If valid tablespace mappings were provided, arrange for the affected
|
||||||
|
* tablespaces to be remapped
|
||||||
|
* (if no tablespace mappings were provided, non-default tablespaces
|
||||||
|
* will be copied as-is by pg_basebackup or rsync)
|
||||||
|
*/
|
||||||
if (mapping_found == true)
|
if (mapping_found == true)
|
||||||
{
|
{
|
||||||
/* 9.5 and later - create a tablespace_map file */
|
/* 9.5 and later - create a tablespace_map file */
|
||||||
|
|||||||
Reference in New Issue
Block a user