1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Remove various duplicated words

Author: Justin Pryzby
Discussion: https://postgr.es/m/20220919111000.GW31833@telsasoft.com
This commit is contained in:
David Rowley
2022-09-20 08:37:02 +12:00
parent cab3ce7a06
commit 66fa8ff637
4 changed files with 11 additions and 11 deletions

View File

@@ -8,13 +8,13 @@
* storage implementation and the details about individual types of
* statistics.
*
* Replication slot stats work a bit different than other other
* variable-numbered stats. Slots do not have oids (so they can be created on
* physical replicas). Use the slot index as object id while running. However,
* the slot index can change when restarting. That is addressed by using the
* name when (de-)serializing. After a restart it is possible for slots to
* have been dropped while shut down, which is addressed by not restoring
* stats for slots that cannot be found by name when starting up.
* Replication slot stats work a bit different than other variable-numbered
* stats. Slots do not have oids (so they can be created on physical
* replicas). Use the slot index as object id while running. However, the slot
* index can change when restarting. That is addressed by using the name when
* (de-)serializing. After a restart it is possible for slots to have been
* dropped while shut down, which is addressed by not restoring stats for
* slots that cannot be found by name when starting up.
*
* Copyright (c) 2001-2022, PostgreSQL Global Development Group
*