repmgr: add "cluster_cleanup" event

GitHub #492.
This commit is contained in:
Ian Barwick
2018-08-20 16:47:24 +09:00
parent 6fc79470fc
commit e1e59e85d7
6 changed files with 49 additions and 3 deletions

View File

@@ -34,6 +34,12 @@
</para>
</listitem>
<listitem>
<para>
<command><link linkend="repmgr-cluster-cleanup">repmgr cluster cleanup</link></command>:
add <literal>cluster_cleanup</literal> event. (GitHub #492)
</para>
</listitem>
</itemizedlist>
</para>

View File

@@ -193,6 +193,9 @@
<listitem>
<simpara><literal>node_rejoin</literal></simpara>
</listitem>
<listitem>
<simpara><literal>cluster_cleanup</literal></simpara>
</listitem>
<listitem>
<simpara><literal>repmgrd_start</literal></simpara>
</listitem>

View File

@@ -44,6 +44,14 @@
</para>
</refsect1>
<refsect1>
<title>Event notifications</title>
<para>
A <literal>cluster_cleanup</literal> <link linkend="event-notifications">event notification</link> will be generated.
</para>
</refsect1>
<refsect1>
<title>See also</title>
<para>