aboutsummaryrefslogtreecommitdiff
path: root/contrib/intarray
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-11-01 22:46:04 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-11-01 22:46:04 +0000
commit1e970dcee821fbf6b1fa2aa64765ca762e0491f7 (patch)
tree8b4e04e633a4957208e7b5b2a048cfc891bd8b7b /contrib/intarray
parent884cd4b6bef9c4ab3bdf23a5d2e3f117def4fdb2 (diff)
downloadpostgresql-1e970dcee821fbf6b1fa2aa64765ca762e0491f7.tar.gz
postgresql-1e970dcee821fbf6b1fa2aa64765ca762e0491f7.zip
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
Diffstat (limited to 'contrib/intarray')
-rw-r--r--contrib/intarray/expected/_int.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/intarray/expected/_int.out b/contrib/intarray/expected/_int.out
index b86c9bca0c4..b29cf0b0ee0 100644
--- a/contrib/intarray/expected/_int.out
+++ b/contrib/intarray/expected/_int.out
@@ -3,8 +3,8 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
-psql:_int.sql:15: WARNING: ProcedureCreate: type query_int is not yet defined
-psql:_int.sql:20: WARNING: Argument type "query_int" is only a shell
+psql:_int.sql:15: NOTICE: ProcedureCreate: type query_int is not yet defined
+psql:_int.sql:20: NOTICE: Argument type "query_int" is only a shell
SELECT intset(1234);
intset
--------