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

Commit 2b065fc

Browse files
committed
doc PG 17 relnotes: wording fix
Reported-by: Pantelis Theodosiou Discussion: https://postgr.es/m/CAE3TBxxvkSGJGv7S0SMLSAe0khrQJBHsTca799r=vDJTn+BDAw@mail.gmail.com Backpatch-through: master
1 parent 78e4841 commit 2b065fc

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/src/sgml/release-17.sgml

+12-12
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
385385

386386
<listitem>
387387
<para>
388-
Allow query nodes to be run in parallel in more case (Tom Lane)
388+
Allow query nodes to be run in parallel in more cases (Tom Lane)
389389
</para>
390390
</listitem>
391391

@@ -563,6 +563,17 @@ Improve performance of heavily-contended WAL writes (Bharath Rupireddy)
563563
</para>
564564
</listitem>
565565

566+
<!--
567+
Author: David Rowley <drowley@postgresql.org>
568+
2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
569+
-->
570+
571+
<listitem>
572+
<para>
573+
Improve performance when transferring large blocks of data to a client (Melih Mutlu)
574+
</para>
575+
</listitem>
576+
566577
<!--
567578
Author: Thomas Munro <tmunro@postgresql.org>
568579
2024-04-03 [210622c60] Provide vectored variant of ReadBuffer().
@@ -1923,17 +1934,6 @@ Add libpq function PQsetChunkedRowsMode to allow retrieval of results in chunks
19231934
</para>
19241935
</listitem>
19251936

1926-
<!--
1927-
Author: David Rowley <drowley@postgresql.org>
1928-
2024-04-07 [c4ab7da60] Avoid needless large memcpys in libpq socket writing
1929-
-->
1930-
1931-
<listitem>
1932-
<para>
1933-
Allow libpq to more efficiently transfer large blocks of data (Melih Mutlu)
1934-
</para>
1935-
</listitem>
1936-
19371937
<!--
19381938
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
19391939
2024-04-08 [d39a49c1e] Support TLS handshake directly without SSLRequest negoti

0 commit comments

Comments
 (0)