1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

In release notes, mention the need to initialize bgw_notify_pid.

Michael Paquier
This commit is contained in:
Robert Haas
2014-05-29 23:33:49 -04:00
parent c941aed96b
commit 42be7d6923

View File

@@ -305,6 +305,15 @@
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<link linkend="bgworker">background workers</link> registered at
postmaster startup time should set
<structfield>bgw_notify_pid</structfield> to 0.
<command></>
</para>
</listitem>
<listitem> <listitem>
<para> <para>
<command>DISCARD ALL</> now also discards sequence state. <command>DISCARD ALL</> now also discards sequence state.