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

Remove duplicate words in comments

A few comments contained duplicate "the" in sentences, fix by removing
one occurrence.

Author: Vignesh C <vignesh21@gmail.com>
Discussion: https://postgr.es/m/CALDaNm2aEEiPwGJmPdzBxROVvs8n75yCjKz4K1f1B2TdWpzxTA@mail.gmail.com
This commit is contained in:
Daniel Gustafsson
2024-10-31 11:38:03 +01:00
parent 2b9b8ebbf8
commit fb7e27abfb
4 changed files with 6 additions and 6 deletions

View File

@@ -3145,7 +3145,7 @@ LaunchMissingBackgroundProcesses(void)
* The checkpointer and the background writer are active from the start,
* until shutdown is initiated.
*
* (If the checkpointer is not running when we enter the the PM_SHUTDOWN
* (If the checkpointer is not running when we enter the PM_SHUTDOWN
* state, it is launched one more time to perform the shutdown checkpoint.
* That's done in PostmasterStateMachine(), not here.)
*/