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

Commit 78e4841

Browse files
committed
doc PG 17 relnotes: wording fixes
Reported-by: Elena Indrupskaya Discussion: https://postgr.es/m/22110133-bca5-4a99-889c-aa0096423456@postgrespro.ru Author: Elena Indrupskaya Backpatch-through: master
1 parent 1a48f8b commit 78e4841

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/src/sgml/release-17.sgml

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Author: Michael Paquier <michael@paquier.xyz>
7373

7474
<listitem>
7575
<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)
7777
</para>
7878

7979
<para>
@@ -478,7 +478,7 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
478478

479479
<listitem>
480480
<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)
482482
</para>
483483
</listitem>
484484

@@ -963,7 +963,7 @@ Allow the creation of WAL summarization files (Robert Haas, Nathan Bossart, Hube
963963
</para>
964964

965965
<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
967967
summarize_wal and wal_summarize_keep_time, and introspected with pg_available_wal_summaries(), pg_wal_summary_contents(), and pg_get_wal_summarizer_state().
968968
</para>
969969
</listitem>
@@ -1135,7 +1135,7 @@ Allow the application of logical replication changes to use hash indexes on the
11351135
</para>
11361136

11371137
<para>
1138-
Previously only btree indexes could be use for this purpose.
1138+
Previously only btree indexes could be used for this purpose.
11391139
</para>
11401140
</listitem>
11411141

@@ -2229,7 +2229,7 @@ Allow pg_basebackup and pg_receivewal to use dbname in their connection specific
22292229
</para>
22302230

22312231
<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.
22332233
</para>
22342234
</listitem>
22352235

@@ -2390,7 +2390,7 @@ Author: Michael Paquier <michael@paquier.xyz>
23902390

23912391
<listitem>
23922392
<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)
23942394
</para>
23952395

23962396
<para>

0 commit comments

Comments
 (0)