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 4f4d20c30b
commit 33dedf4e96
4 changed files with 55 additions and 35 deletions

View File

@@ -15,6 +15,34 @@
See also: <xref linkend="upgrading-repmgr">
</para>
<sect1 id="release-4.1.1">
<title>Release 4.1.1</title>
<para><emphasis>??? ??? ??, 2018</emphasis></para>
<para>
</para>
<sect2>
<title>repmgrd enhancements</title>
<para>
<itemizedlist>
<listitem>
<para>
<application>repmgrd</application>: always reopen the log file after
receiving <literal>SIGHUP</literal>. Previously this only happened if
a configuration file change was detected.
(GitHub #485).
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
</sect1>
<sect1 id="release-4.1.0">
<title>Release 4.1.0</title>
<para><emphasis>Tue July 31, 2018</emphasis></para>