diff options
Diffstat (limited to 'src/backend/storage/ipc/standby.c')
-rw-r--r-- | src/backend/storage/ipc/standby.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/standby.c b/src/backend/storage/ipc/standby.c index 077251c1a65..b17326bc200 100644 --- a/src/backend/storage/ipc/standby.c +++ b/src/backend/storage/ipc/standby.c @@ -130,7 +130,7 @@ InitRecoveryTransactionEnvironment(void) * * This must be called even in shutdown of startup process if transaction * tracking has been initialized. Otherwise some locks the tracked - * transactions were holding will not be released and and may interfere with + * transactions were holding will not be released and may interfere with * the processes still running (but will exit soon later) at the exit of * startup process. */ |