Skip to content

Commit 64b61fa

Browse files
committed
Doc: update 17.0 release date.
Also some trivial copy-editing.
1 parent 1d7cef2 commit 64b61fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/release-17.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<formalpara>
88
<title>Release date:</title>
9-
<para>2024-??-??, AS OF 2024-09-14</para>
9+
<para>2024-09-26</para>
1010
</formalpara>
1111

1212
<sect2 id="release-17-highlights">
@@ -36,7 +36,7 @@
3636

3737
<listitem>
3838
<para>
39-
Various query performance improvements, including to sequential reads
39+
Various query performance improvements, including for sequential reads
4040
using streaming I/O, write throughput under high concurrency, and
4141
searches over multiple values in a <link linkend="btree">btree</link>
4242
index.
@@ -56,7 +56,7 @@
5656
<para>
5757
<link
5858
linkend="app-pgcreatesubscriber"><application>pg_createsubscriber</application></link>,
59-
a utility that logical replicas from physical standbys
59+
a utility that creates logical replicas from physical standbys
6060
</para>
6161
</listitem>
6262
<listitem>
@@ -74,7 +74,7 @@
7474
<para>
7575
New client-side connection option, <link
7676
linkend="libpq-connect-sslnegotiation"><literal>sslnegotiation=direct</literal></link>,
77-
that allows direct TLS handshakes that avoids a round-trip negotation.
77+
that performs a direct TLS handshake to avoid a round-trip negotiation.
7878
</para>
7979
</listitem>
8080

0 commit comments

Comments
 (0)