You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/sgml/release-17.sgml
+6-6
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ Author: Michael Paquier <michael@paquier.xyz>
73
73
74
74
<listitem>
75
75
<para>
76
-
Restrict "ago" to only appear at the end of in interval values (Joseph Koshakow)
76
+
Restrict "ago" to only appear at the end in interval values (Joseph Koshakow)
77
77
</para>
78
78
79
79
<para>
@@ -478,7 +478,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
478
478
479
479
<listitem>
480
480
<para>
481
-
Allow a BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent)
481
+
Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias van de Meent)
482
482
</para>
483
483
</listitem>
484
484
@@ -963,7 +963,7 @@ Allow the creation of WAL summarization files (Robert Haas, Nathan Bossart, Hube
963
963
</para>
964
964
965
965
<para>
966
-
These files record the block numbers that have changed within an LSN range, and is useful for incremental file system backups. This is controlled by the server variables
966
+
These files record the block numbers that have changed within an LSN range and are useful for incremental file system backups. This is controlled by the server variables
967
967
summarize_wal and wal_summarize_keep_time, and introspected with pg_available_wal_summaries(), pg_wal_summary_contents(), and pg_get_wal_summarizer_state().
968
968
</para>
969
969
</listitem>
@@ -1135,7 +1135,7 @@ Allow the application of logical replication changes to use hash indexes on the
1135
1135
</para>
1136
1136
1137
1137
<para>
1138
-
Previously only btree indexes could be use for this purpose.
1138
+
Previously only btree indexes could be used for this purpose.
1139
1139
</para>
1140
1140
</listitem>
1141
1141
@@ -2229,7 +2229,7 @@ Allow pg_basebackup and pg_receivewal to use dbname in their connection specific
2229
2229
</para>
2230
2230
2231
2231
<para>
2232
-
This is useful for connection poolers who are sensitive to the database name.
2232
+
This is useful for connection poolers that are sensitive to the database name.
2233
2233
</para>
2234
2234
</listitem>
2235
2235
@@ -2390,7 +2390,7 @@ Author: Michael Paquier <michael@paquier.xyz>
2390
2390
2391
2391
<listitem>
2392
2392
<para>
2393
-
Remove the Microsoft Visual Studio Studio-specific Postgres build option (Michael Paquier)
2393
+
Remove the Microsoft Visual Studio-specific Postgres build option (Michael Paquier)
0 commit comments