Don't close connection to master until upstream node updated

This commit is contained in:
Ian Barwick
2015-09-23 12:27:37 +09:00
parent ef6b24551a
commit 640abed18f
2 changed files with 4 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
Bugfix: ignore comments after values (soxwellfb)
Bugfix: handle string values in 'node' parameter correctly(Gregory Duchatelet)
Allow repmgr to be compiled with a newer libpq (Marco)
Bugfix: call update_node_record_set_upstream() for STANDBY FOLLOW (Tomas)
3.0.1 2015-04-16
Prevent repmgrd from looping infinitely if node was not registered (Ian)