File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
*
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.251 2007/09/11 03:28:05 tgl Exp $
13
+ * $PostgreSQL: pgsql/src/backend/access/transam/xact.c,v 1.252 2007/11/10 14:36:44 momjian Exp $
14
14
*
15
15
*-------------------------------------------------------------------------
16
16
*/
@@ -3025,7 +3025,7 @@ UserAbortTransactionBlock(void)
3025
3025
* default state.
3026
3026
*/
3027
3027
case TBLOCK_STARTED :
3028
- ereport (WARNING ,
3028
+ ereport (NOTICE ,
3029
3029
(errcode (ERRCODE_NO_ACTIVE_SQL_TRANSACTION ),
3030
3030
errmsg ("there is no transaction in progress" )));
3031
3031
s -> blockState = TBLOCK_ABORT_PENDING ;
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ ERROR: column "oid" of relation "stud_emp" already exists
116
116
117
117
-- not in a xact
118
118
abort;
119
- WARNING : there is no transaction in progress
119
+ NOTICE : there is no transaction in progress
120
120
-- not in a xact
121
121
end;
122
122
WARNING: there is no transaction in progress
You can’t perform that action at this time.
0 commit comments