mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26:29 +00:00
Various minor fixes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -39,5 +39,7 @@ lib*.pc
|
||||
/.lineno
|
||||
*.dSYM
|
||||
# generated binaries
|
||||
repmgr
|
||||
repmgrd
|
||||
repmgr4
|
||||
repmgrd4
|
||||
|
||||
@@ -660,7 +660,7 @@ do_standby_register(void)
|
||||
|
||||
/* Check if node record exists */
|
||||
|
||||
record_status= get_node_record(primary_conn,
|
||||
record_status = get_node_record(primary_conn,
|
||||
config_file_options.node_id,
|
||||
&node_record);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user