diff options
| author | Bruce Momjian | 2007-11-10 14:36:44 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2007-11-10 14:36:44 +0000 |
| commit | 82748bc253e00a07f0fcce3959af711b509a4e69 (patch) | |
| tree | 6f02efe6370fc5deedaf6125bb31a67baaecb0f3 /src/test | |
| parent | a341b876d8a6acc03f2ed2f649773f4149f04fc6 (diff) | |
Reduce error level of ROLLBACK outside a transaction from WARNING to
NOTICE.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/expected/errors.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/errors.out b/src/test/regress/expected/errors.out index ba5ecedc0a..257722e94a 100644 --- a/src/test/regress/expected/errors.out +++ b/src/test/regress/expected/errors.out @@ -116,7 +116,7 @@ ERROR: column "oid" of relation "stud_emp" already exists -- not in a xact abort; -WARNING: there is no transaction in progress +NOTICE: there is no transaction in progress -- not in a xact end; WARNING: there is no transaction in progress |
