mirror of
https://github.com/postgres/postgres.git
synced 2026-06-07 07:42:18 -04:00
Fix typo
This commit is contained in:
parent
690805ca75
commit
ed345c2728
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue