We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690805c commit ed345c2Copy full SHA for ed345c2
src/backend/tcop/postgres.c
@@ -3650,7 +3650,7 @@ assign_transaction_timeout(int newval, void *extra)
3650
if (IsTransactionState())
3651
{
3652
/*
3653
- * If transaction_timeout GUC has changes within the transaction block
+ * If transaction_timeout GUC has changed within the transaction block
3654
* enable or disable the timer correspondingly.
3655
*/
3656
if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT))
0 commit comments