In release notes, mention the need to initialize bgw_notify_pid.
authorRobert Haas <rhaas@postgresql.org>
Fri, 30 May 2014 03:33:49 +0000 (23:33 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 30 May 2014 03:33:49 +0000 (23:33 -0400)
Michael Paquier

doc/src/sgml/release-9.4.sgml

index ae059f88183d877860b63df1e3effb24ad6ea073..c0ead175d30e21b09f617bf5835514176ad52c25 100644 (file)
      </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.