diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-15 19:09:37 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-15 19:09:37 -0400 |
commit | 41fa3dfb0a266d424fa5d87962cf7a543fe421e2 (patch) | |
tree | 2e428eb955b90e9384706f66f0d09974fefb5c70 /src | |
parent | fe21fcaf8d91a71c15ff25276f9fa81e0cd1dba9 (diff) | |
download | postgresql-41fa3dfb0a266d424fa5d87962cf7a543fe421e2.tar.gz postgresql-41fa3dfb0a266d424fa5d87962cf7a543fe421e2.zip |
Update C comment to NOTICE to reflect previous commit changing the error
level, per report from Tom.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/transam/xact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index 49def6abbb6..e787ae75459 100644 --- 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. */ |