This commit is contained in:
Alvaro Herrera 2024-02-20 10:54:34 +01:00
parent 690805ca75
commit ed345c2728
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
1 changed files with 1 additions and 1 deletions

View File

@ -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))