mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Fix typo
"node join" should be "node rejoin"
This commit is contained in:
@@ -112,7 +112,7 @@ typedef struct
|
||||
bool has_passfile;
|
||||
bool replication_connection;
|
||||
|
||||
/* "node join" options */
|
||||
/* "node rejoin" options */
|
||||
char config_files[MAXLEN];
|
||||
|
||||
/* "node service" options */
|
||||
@@ -162,7 +162,7 @@ typedef struct
|
||||
false, \
|
||||
/* "node check" options */ \
|
||||
false, false, false, false, false, false, false, false, \
|
||||
/* "node join" options */ \
|
||||
/* "node rejoin" options */ \
|
||||
"", \
|
||||
/* "node service" options */ \
|
||||
"", false, false, false, \
|
||||
|
||||
Reference in New Issue
Block a user