projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c941aed
)
In release notes, mention the need to initialize bgw_notify_pid.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 30 May 2014 03:33:49 +0000
(23:33 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 30 May 2014 03:33:49 +0000
(23:33 -0400)
Michael Paquier
doc/src/sgml/release-9.4.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-9.4.sgml
b/doc/src/sgml/release-9.4.sgml
index ae059f88183d877860b63df1e3effb24ad6ea073..c0ead175d30e21b09f617bf5835514176ad52c25 100644
(file)
--- a/
doc/src/sgml/release-9.4.sgml
+++ b/
doc/src/sgml/release-9.4.sgml
@@
-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.