Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c008ca6

Browse files
committed
9.3 release notes: adjustments
Fixes from Peter Geoghegan, Ian Lawrence Barwick, Marti Raudsepp
1 parent 2497dc0 commit c008ca6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/src/sgml/release-9.3.sgml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,29 @@
6060

6161
<listitem>
6262
<para>
63-
Improve grouping of sessions waiting for <link
63+
Require superuser privileges to set <link
6464
linkend="guc-commit-delay"><varname>commit_delay</></link>
65-
(Peter Geoghegan)
65+
because it can now potentially delay other sessions (Simon Riggs)
6666
</para>
67+
</listitem>
6768

69+
<listitem>
6870
<para>
69-
This improves the usefulness and behavior of
70-
<varname>commit_delay</>.
71+
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
7172
</para>
72-
</listitem>
7373

74-
<listitem>
7574
<para>
76-
Require superuser privileges to set <link
77-
linkend="guc-commit-delay"><varname>commit_delay</></link>
78-
because it can now potentially delay other sessions (Simon Riggs)
75+
Users who have set <link
76+
linkend="guc-work-mem"><varname>work_mem</></link> based on the
77+
previous behavior should revisit that setting.
7978
</para>
8079
</listitem>
8180

8281
<listitem>
8382
<para>
8483
Have <quote>session id</> (<literal>%c</>) in <link
8584
linkend="guc-log-line-prefix"><varname>log_line_prefix</></link>
86-
always output four hex digits after the period (Bruce Momjian)
85+
always output at least four hex digits after the period (Bruce Momjian)
8786
</para>
8887
</listitem>
8988

@@ -287,13 +286,14 @@
287286

288287
<listitem>
289288
<para>
290-
Allow in-memory sorts to use their full memory allocation (Jeff Janes)
289+
Improve grouping of sessions waiting for <link
290+
linkend="guc-commit-delay"><varname>commit_delay</></link>
291+
(Peter Geoghegan)
291292
</para>
292293

293294
<para>
294-
Users who have set <link
295-
linkend="guc-work-mem"><varname>work_mem</></link> based on the
296-
previous behavior should revisit that setting.
295+
This improves the usefulness and behavior of
296+
<varname>commit_delay</>.
297297
</para>
298298
</listitem>
299299

@@ -446,7 +446,7 @@
446446
<listitem>
447447
<para>
448448
Dramatically reduce System V <link linkend="sysvipc">shared
449-
memory</link> usage (Robert Haas)
449+
memory</link> requirements (Robert Haas)
450450
</para>
451451

452452
<para>
@@ -746,7 +746,7 @@
746746

747747
<listitem>
748748
<para>
749-
Allow <command>CREATE TABLE IF NOT EXISTS</> to succeed for a
749+
Allow <command>DROP TABLE IF NOT EXISTS</> to succeed for a
750750
non-existent schema (Bruce Momjian)
751751
</para>
752752

0 commit comments

Comments
 (0)