1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-17 17:02:08 +03:00
This commit is contained in:
Alvaro Herrera
2024-02-20 10:54:34 +01:00
parent 690805ca75
commit ed345c2728

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