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

Commit 41fa3df

Browse files
committed
Update C comment to NOTICE to reflect previous commit changing the error
level, per report from Tom.
1 parent fe21fca commit 41fa3df

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xact.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3397,7 +3397,7 @@ UserAbortTransactionBlock(void)
33973397

33983398
/*
33993399
* The user issued ABORT when not inside a transaction. Issue a
3400-
* WARNING and go to abort state. The upcoming call to
3400+
* NOTICE and go to abort state. The upcoming call to
34013401
* CommitTransactionCommand() will then put us back into the
34023402
* default state.
34033403
*/

0 commit comments

Comments
 (0)