Rename standby_name configuration option as node_name

per gripe by Cedric
This commit is contained in:
Jaime Casanova
2011-08-05 00:02:48 -05:00
parent 276c947202
commit 7b3a9cbbe4
5 changed files with 12 additions and 12 deletions

View File

@@ -861,7 +861,7 @@ checkNodeConfiguration(char *conninfo)
"VALUES (%d, '%s', '%s', '%s', 0, 'f')",
repmgr_schema, local_options.node,
local_options.cluster_name,
local_options.standby_name,
local_options.node_name,
local_options.conninfo);
if (!PQexec(primaryConn, sqlquery))