mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
Fix typo
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user