Various minor fixes

This commit is contained in:
Ian Barwick
2017-06-23 21:42:28 +09:00
parent 46c956e61a
commit 8117d4dcc4
2 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -39,5 +39,7 @@ lib*.pc
/.lineno
*.dSYM
# generated binaries
repmgr
repmgrd
repmgr4
repmgrd4

View File

@@ -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);