diff options
author | Tom Lane | 2003-08-01 02:38:09 +0000 |
---|---|---|
committer | Tom Lane | 2003-08-01 02:38:09 +0000 |
commit | 6ed071bca5d371a54520d9010885049089f68aba (patch) | |
tree | 78564d07d57f317bd1bcd1ff7a1ac9bbbc47f412 /contrib/intarray | |
parent | 1e120a8e5dfce4df07df7c41b691b88404a244b3 (diff) |
Update contrib regression tests for recent error message editing.
Diffstat (limited to 'contrib/intarray')
-rw-r--r-- | contrib/intarray/expected/_int.out | 4 |
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); |