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>
</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>
<para>
<command>DISCARD ALL</> now also discards sequence state.