aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-01 23:44:34 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-01 23:44:34 +0000
commitc87867f47b9a205f446f68560b81daae7f415450 (patch)
treea3869620a512b81c2039a85dd0b42f1ad58445fb
parent97915fcd144d99d280d70a0a72ddc9d8058f2bef (diff)
downloadpostgresql-c87867f47b9a205f446f68560b81daae7f415450.tar.gz
postgresql-c87867f47b9a205f446f68560b81daae7f415450.zip
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
-rw-r--r--contrib/seg/expected/seg.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/seg/expected/seg.out b/contrib/seg/expected/seg.out
index d5193734e20..bf075593c94 100644
--- a/contrib/seg/expected/seg.out
+++ b/contrib/seg/expected/seg.out
@@ -6,8 +6,8 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
-psql:seg.sql:12: WARNING: ProcedureCreate: type seg is not yet defined
-psql:seg.sql:17: WARNING: Argument type "seg" is only a shell
+psql:seg.sql:12: NOTICE: ProcedureCreate: type seg is not yet defined
+psql:seg.sql:17: NOTICE: Argument type "seg" is only a shell
--
-- testing the input and output functions
--