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:
@@ -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.)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user