Skip to content

Commit 66fa8ff

Browse files
committed
Remove various duplicated words
Author: Justin Pryzby Discussion: https://postgr.es/m/20220919111000.GW31833@telsasoft.com
1 parent cab3ce7 commit 66fa8ff

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

src/backend/executor/execPartition.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2155,8 +2155,8 @@ InitPartitionPruneContext(PartitionPruneContext *context,
21552155
* Current values of the indexes present in PartitionPruneState count all the
21562156
* subplans that would be present before initial pruning was done. If initial
21572157
* pruning got rid of some of the subplans, any subsequent pruning passes will
2158-
* will be looking at a different set of target subplans to choose from than
2159-
* those in the pre-initial-pruning set, so the maps in PartitionPruneState
2158+
* be looking at a different set of target subplans to choose from than those
2159+
* in the pre-initial-pruning set, so the maps in PartitionPruneState
21602160
* containing those indexes must be updated to reflect the new indexes of
21612161
* subplans in the post-initial-pruning set.
21622162
*/

src/backend/utils/activity/pgstat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ pgstat_initialize(void)
556556
* suggested idle timeout is returned. Currently this is always
557557
* PGSTAT_IDLE_INTERVAL (10000ms). Callers can use the returned time to set up
558558
* a timeout after which to call pgstat_report_stat(true), but are not
559-
* required to to do so.
559+
* required to do so.
560560
*
561561
* Note that this is called only when not within a transaction, so it is fair
562562
* to use transaction stop time as an approximation of current time.

src/backend/utils/activity/pgstat_replslot.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
* storage implementation and the details about individual types of
99
* statistics.
1010
*
11-
* Replication slot stats work a bit different than other other
12-
* variable-numbered stats. Slots do not have oids (so they can be created on
13-
* physical replicas). Use the slot index as object id while running. However,
14-
* the slot index can change when restarting. That is addressed by using the
15-
* name when (de-)serializing. After a restart it is possible for slots to
16-
* have been dropped while shut down, which is addressed by not restoring
17-
* stats for slots that cannot be found by name when starting up.
11+
* Replication slot stats work a bit different than other variable-numbered
12+
* stats. Slots do not have oids (so they can be created on physical
13+
* replicas). Use the slot index as object id while running. However, the slot
14+
* index can change when restarting. That is addressed by using the name when
15+
* (de-)serializing. After a restart it is possible for slots to have been
16+
* dropped while shut down, which is addressed by not restoring stats for
17+
* slots that cannot be found by name when starting up.
1818
*
1919
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
2020
*

src/test/ssl/t/SSL/Server.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ The certificate file to use. Implementation is SSL backend specific.
257257
258258
=item keyfile => B<value>
259259
260-
The private key to to use. Implementation is SSL backend specific.
260+
The private key to use. Implementation is SSL backend specific.
261261
262262
=item crlfile => B<value>
263263

0 commit comments

Comments
 (0)