From: Robert Haas Date: Fri, 30 May 2014 03:33:49 +0000 (-0400) Subject: In release notes, mention the need to initialize bgw_notify_pid. X-Git-Tag: REL9_4_BETA2~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42be7d6923e52a8c1ceb549c0931ac43a4954b86;p=postgresql In release notes, mention the need to initialize bgw_notify_pid. Michael Paquier --- diff --git a/doc/src/sgml/release-9.4.sgml b/doc/src/sgml/release-9.4.sgml index ae059f8818..c0ead175d3 100644 --- a/doc/src/sgml/release-9.4.sgml +++ b/doc/src/sgml/release-9.4.sgml @@ -305,6 +305,15 @@ + + + background workers registered at + postmaster startup time should set + bgw_notify_pid to 0. + + + + DISCARD ALL now also discards sequence state.