mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Clarify _do_node_archive_config() usage
This commit is contained in:
@@ -1764,11 +1764,13 @@ do_node_rejoin(void)
|
|||||||
termPQExpBuffer(&follow_output);
|
termPQExpBuffer(&follow_output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Intended mainly for "internal" use by `node switchover`, which
|
* Intended mainly for "internal" use by `node rejoin` on the local node when
|
||||||
* calls this on the target server to archive any configuration files
|
* called by "standby switchover" from the remote node.
|
||||||
* in the data directory, which may be overwritten by an operation
|
*
|
||||||
* like pg_rewind
|
* This archives any configuration files in the data directory, which may be
|
||||||
|
* overwritten by pg_rewind.
|
||||||
*
|
*
|
||||||
* Requires configuration file, optionally --config_archive_dir
|
* Requires configuration file, optionally --config_archive_dir
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user