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

Commit b2b8222

Browse files
committed
doc: PG 11 release notes adjustments
1 parent 2efc924 commit b2b8222

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

doc/src/sgml/release-11.sgml

+14-7
Original file line numberDiff line numberDiff line change
@@ -655,8 +655,8 @@ same commits as above
655655
-->
656656

657657
<para>
658-
Allow single-evaluation queries, e.g. <literal>FROM</literal>
659-
clause queries, and functions in the target list to be
658+
Allow single-evaluation queries, e.g. <literal>WHERE</literal>
659+
clause aggregate queries, and functions in the target list to be
660660
parallelized (Amit Kapila, Robert Haas)
661661
</para>
662662
</listitem>
@@ -1367,12 +1367,13 @@ same commits as above
13671367
-->
13681368

13691369
<para>
1370-
Allow bytes to be specified for server variable sizes (Beena
1371-
Emerson)
1370+
Allow server options related to memory and file sizes to be
1371+
specified as number of bytes (Beena Emerson)
13721372
</para>
13731373

13741374
<para>
1375-
The specification is "B".
1375+
The new unit is "B". This is in addition to "kB", "MB", "GB"
1376+
and "TB", which were accepted previously.
13761377
</para>
13771378

13781379
</listitem>
@@ -2490,8 +2491,14 @@ same commits as above
24902491
-->
24912492

24922493
<para>
2493-
Add support for with huge (large) pages on Windows (Takayuki
2494-
Tsunakawa, Thomas Munro)
2494+
Add support for <firstterm>large pages</firstterm> on Windows
2495+
(Takayuki Tsunakawa, Thomas Munro)
2496+
</para>
2497+
2498+
<para>
2499+
This is controlled by the <link
2500+
linkend="guc-huge-pages">huge_pages</link> configuration
2501+
parameter.
24952502
</para>
24962503
</listitem>
24972504

0 commit comments

Comments
 (0)