mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Update C comment to NOTICE to reflect previous commit changing the error
level, per report from Tom.
This commit is contained in:
@ -3397,7 +3397,7 @@ UserAbortTransactionBlock(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The user issued ABORT when not inside a transaction. Issue a
|
* The user issued ABORT when not inside a transaction. Issue a
|
||||||
* WARNING and go to abort state. The upcoming call to
|
* NOTICE and go to abort state. The upcoming call to
|
||||||
* CommitTransactionCommand() will then put us back into the
|
* CommitTransactionCommand() will then put us back into the
|
||||||
* default state.
|
* default state.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user