Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ed345c2

Browse files
committed
Fix typo
1 parent 690805c commit ed345c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tcop/postgres.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3650,7 +3650,7 @@ assign_transaction_timeout(int newval, void *extra)
36503650
if (IsTransactionState())
36513651
{
36523652
/*
3653-
* If transaction_timeout GUC has changes within the transaction block
3653+
* If transaction_timeout GUC has changed within the transaction block
36543654
* enable or disable the timer correspondingly.
36553655
*/
36563656
if (newval > 0 && !get_timeout_active(TRANSACTION_TIMEOUT))

0 commit comments

Comments
 (0)