diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-02-20 10:54:34 +0100 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2024-02-21 11:32:28 +0100 |
commit | ed345c2728b3ebc160d8335464765679a08031b9 (patch) | |
tree | 8544e994508cedb7e7f98368db6a71e127d98b10 /src/backend/tcop/postgres.c | |
parent | 690805ca75463a5511ddd5fa02d73928393e6c96 (diff) | |
download | postgresql-ed345c2728b3ebc160d8335464765679a08031b9.tar.gz postgresql-ed345c2728b3ebc160d8335464765679a08031b9.zip |
Fix typo
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 2c63b7875a3..59ab812d2e8 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3650,7 +3650,7 @@ assign_transaction_timeout(int newval, void *extra) if (IsTransactionState()) { /* - * If transaction_timeout GUC has changes within the transaction block + * If transaction_timeout GUC has changed within the transaction block * enable or disable the timer correspondingly. */ if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT)) |