Update HISTORY

This commit is contained in:
Ian Barwick
2018-03-21 06:48:32 +09:00
parent e454fb77d3
commit c4f6abe951
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
4.0.5 2018-??-??
repmgr: fix display of conninfo parsing error messages (Ian)
repmgrd: fix memory leaks in witness code (AndrzejNowicki, Martín)
4.0.4 2018-03-09
repmgr: add "standby clone --recovery-conf-only" option; GitHub #382 (Ian)

View File

@@ -2634,7 +2634,7 @@ witness_copy_node_records(PGconn *primary_conn, PGconn *witness_conn)
commit_transaction(witness_conn);
clear_node_info_list(&nodes);
return true;
}