projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe21fca
)
Update C comment to NOTICE to reflect previous commit changing the error
author
Bruce Momjian
Wed, 15 Aug 2012 23:09:37 +0000
(19:09 -0400)
committer
Bruce Momjian
Wed, 15 Aug 2012 23:09:37 +0000
(19:09 -0400)
level, per report from Tom.
src/backend/access/transam/xact.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xact.c
b/src/backend/access/transam/xact.c
index 49def6abbb66a2738c256dc6ae962f2837676eea..e787ae7545945f5ee62410e2b9288ad588f5107e 100644
(file)
--- a/
src/backend/access/transam/xact.c
+++ b/
src/backend/access/transam/xact.c
@@
-3397,7
+3397,7
@@
UserAbortTransactionBlock(void)
/*
* 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
* default state.
*/