From 41fa3dfb0a266d424fa5d87962cf7a543fe421e2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 15 Aug 2012 19:09:37 -0400 Subject: [PATCH] Update C comment to NOTICE to reflect previous commit changing the error level, per report from Tom. --- src/backend/access/transam/xact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/transam/xact.c b/src/backend/access/transam/xact.c index 49def6abbb..e787ae7545 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. */ -- 2.40.0