summaryrefslogtreecommitdiff
path: root/contrib/intarray
diff options
context:
space:
mode:
authorTom Lane2003-08-01 02:38:09 +0000
committerTom Lane2003-08-01 02:38:09 +0000
commit6ed071bca5d371a54520d9010885049089f68aba (patch)
tree78564d07d57f317bd1bcd1ff7a1ac9bbbc47f412 /contrib/intarray
parent1e120a8e5dfce4df07df7c41b691b88404a244b3 (diff)
Update contrib regression tests for recent error message editing.
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 e2efa63f927..0094bdcd602 100644
--- a/contrib/intarray/expected/_int.out
+++ b/contrib/intarray/expected/_int.out
@@ -3,10 +3,10 @@
-- does not depend on contents of _int.sql.
--
\set ECHO none
-psql:_int.sql:13: NOTICE: type query_int is not yet defined
+psql:_int.sql:13: NOTICE: type "query_int" is not yet defined
DETAIL: Creating a shell type definition.
psql:_int.sql:18: NOTICE: argument type query_int is only a shell
-psql:_int.sql:367: NOTICE: type intbig_gkey is not yet defined
+psql:_int.sql:367: NOTICE: type "intbig_gkey" is not yet defined
DETAIL: Creating a shell type definition.
psql:_int.sql:372: NOTICE: argument type intbig_gkey is only a shell
SELECT intset(1234);