repmgrd: always reopen log file after receiving SIGHUP

For whatever reason, since at least repmgr 2.0 the log file was only
ever reopened if a configuration file change took place.

GitHub #485.
This commit is contained in:
Ian Barwick
2018-08-02 10:51:18 +09:00
parent fb67b2cd4f
commit 3a789d53e0
4 changed files with 55 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
4.1.1 2018-??-??
repmgrd: ensure that sending SIGHUP always results in the log file
being reopened; GitHub #485 (Ian)
4.1.0 2018-07-31
repmgr: change default log_level to INFO, add documentation; GitHub #470 (Ian)
repmgr: add "--missing-slots" check to "repmgr node check" (Ian)