diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-04-23 23:21:09 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-04-23 23:21:09 -0400 |
commit | 173c252bb2d9549fa091f606264e8da65672d5f4 (patch) | |
tree | bbe9303ce10b11678e44acbd34cbde0eb4a7ecb6 | |
parent | 2d3edce6b32b6c9a37c14684d63e457f1bd5c55a (diff) | |
download | postgresql-173c252bb2d9549fa091f606264e8da65672d5f4.tar.gz postgresql-173c252bb2d9549fa091f606264e8da65672d5f4.zip |
9.3 release notes: adjustments per Alvaro
-rw-r--r-- | doc/src/sgml/release-9.3.sgml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/src/sgml/release-9.3.sgml b/doc/src/sgml/release-9.3.sgml index e8f14bd4689..e7f6c935347 100644 --- a/doc/src/sgml/release-9.3.sgml +++ b/doc/src/sgml/release-9.3.sgml @@ -80,6 +80,13 @@ <listitem> <para> + Add configuration variable lock_timeout to limit lock wait duration + (Zoltán Böszörményi) + </para> + </listitem> + + <listitem> + <para> Add cache of local locks (Jeff Janes) </para> @@ -347,13 +354,6 @@ <listitem> <para> - Add configuration variable lock_timeout to limit lock wait duration - (Zoltán Böszörményi) - </para> - </listitem> - - <listitem> - <para> Allow a directory of configuration files to be processed (Magnus Hagander, Greg Smith, Selena Deckelmann) </para> @@ -518,8 +518,9 @@ </para> <para> - If you have WAL backup or restore scripts that took the skipping - into account, they need to be adjusted. + Previously, WAL files ending in FF were not used. If you have + WAL backup or restore scripts that took that skipping into account, + they need to be adjusted. </para> </listitem> |