pull/157/head
Alvaro Herrera 1 year ago
parent 690805ca75
commit ed345c2728
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE
  1. 2
      src/backend/tcop/postgres.c

@ -3650,7 +3650,7 @@ assign_transaction_timeout(int newval, void *extra)
if (IsTransactionState()) 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. * enable or disable the timer correspondingly.
*/ */
if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT)) if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT))

Loading…
Cancel
Save