aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-08-01 02:38:09 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-08-01 02:38:09 +0000
commit6ed071bca5d371a54520d9010885049089f68aba (patch)
tree78564d07d57f317bd1bcd1ff7a1ac9bbbc47f412
parent1e120a8e5dfce4df07df7c41b691b88404a244b3 (diff)
downloadpostgresql-6ed071bca5d371a54520d9010885049089f68aba.tar.gz
postgresql-6ed071bca5d371a54520d9010885049089f68aba.zip
Update contrib regression tests for recent error message editing.
-rw-r--r--contrib/btree_gist/expected/btree_gist.out12
-rw-r--r--contrib/cube/expected/cube.out2
-rw-r--r--contrib/earthdistance/expected/earthdistance.out2
-rw-r--r--contrib/intarray/expected/_int.out4
-rw-r--r--contrib/ltree/expected/ltree.out8
-rw-r--r--contrib/seg/expected/seg.out2
-rw-r--r--contrib/tsearch/expected/tsearch.out8
-rw-r--r--contrib/tsearch2/expected/tsearch2.out6
8 files changed, 22 insertions, 22 deletions
diff --git a/contrib/btree_gist/expected/btree_gist.out b/contrib/btree_gist/expected/btree_gist.out
index c8b52e07c20..a1cb6102ab6 100644
--- a/contrib/btree_gist/expected/btree_gist.out
+++ b/contrib/btree_gist/expected/btree_gist.out
@@ -3,22 +3,22 @@
-- does not depend on contents of btree_gist.sql.
--
\set ECHO none
-psql:btree_gist.sql:8: NOTICE: type int2key is not yet defined
+psql:btree_gist.sql:8: NOTICE: type "int2key" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:13: NOTICE: argument type int2key is only a shell
-psql:btree_gist.sql:25: NOTICE: type int4key is not yet defined
+psql:btree_gist.sql:25: NOTICE: type "int4key" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:30: NOTICE: argument type int4key is only a shell
-psql:btree_gist.sql:42: NOTICE: type int8key is not yet defined
+psql:btree_gist.sql:42: NOTICE: type "int8key" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:47: NOTICE: argument type int8key is only a shell
-psql:btree_gist.sql:59: NOTICE: type float4key is not yet defined
+psql:btree_gist.sql:59: NOTICE: type "float4key" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:64: NOTICE: argument type float4key is only a shell
-psql:btree_gist.sql:77: NOTICE: type float8key is not yet defined
+psql:btree_gist.sql:77: NOTICE: type "float8key" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:82: NOTICE: argument type float8key is only a shell
-psql:btree_gist.sql:392: NOTICE: type tskey is not yet defined
+psql:btree_gist.sql:392: NOTICE: type "tskey" is not yet defined
DETAIL: Creating a shell type definition.
psql:btree_gist.sql:397: NOTICE: argument type tskey is only a shell
CREATE TABLE int4tmp (b int4);
diff --git a/contrib/cube/expected/cube.out b/contrib/cube/expected/cube.out
index 4e4e70488bf..086d76fd0bf 100644
--- a/contrib/cube/expected/cube.out
+++ b/contrib/cube/expected/cube.out
@@ -6,7 +6,7 @@
-- does not depend on contents of cube.sql.
--
\set ECHO none
-psql:cube.sql:10: NOTICE: type cube is not yet defined
+psql:cube.sql:10: NOTICE: type "cube" is not yet defined
DETAIL: Creating a shell type definition.
psql:cube.sql:15: NOTICE: argument type cube is only a shell
--
diff --git a/contrib/earthdistance/expected/earthdistance.out b/contrib/earthdistance/expected/earthdistance.out
index 8f48142d8ee..d7ec06175d0 100644
--- a/contrib/earthdistance/expected/earthdistance.out
+++ b/contrib/earthdistance/expected/earthdistance.out
@@ -6,7 +6,7 @@
-- does not depend on contents of earthdistance.sql or cube.sql.
--
\set ECHO none
-psql:../cube/cube.sql:10: NOTICE: type cube is not yet defined
+psql:../cube/cube.sql:10: NOTICE: type "cube" is not yet defined
DETAIL: Creating a shell type definition.
psql:../cube/cube.sql:15: NOTICE: argument type cube is only a shell
--
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);
diff --git a/contrib/ltree/expected/ltree.out b/contrib/ltree/expected/ltree.out
index dbd784b05c5..2a247975348 100644
--- a/contrib/ltree/expected/ltree.out
+++ b/contrib/ltree/expected/ltree.out
@@ -1,14 +1,14 @@
\set ECHO none
-psql:ltree.sql:7: NOTICE: type ltree is not yet defined
+psql:ltree.sql:7: NOTICE: type "ltree" is not yet defined
DETAIL: Creating a shell type definition.
psql:ltree.sql:12: NOTICE: argument type ltree is only a shell
-psql:ltree.sql:299: NOTICE: type lquery is not yet defined
+psql:ltree.sql:299: NOTICE: type "lquery" is not yet defined
DETAIL: Creating a shell type definition.
psql:ltree.sql:304: NOTICE: argument type lquery is only a shell
-psql:ltree.sql:410: NOTICE: type ltxtquery is not yet defined
+psql:ltree.sql:410: NOTICE: type "ltxtquery" is not yet defined
DETAIL: Creating a shell type definition.
psql:ltree.sql:415: NOTICE: argument type ltxtquery is only a shell
-psql:ltree.sql:477: NOTICE: type ltree_gist is not yet defined
+psql:ltree.sql:477: NOTICE: type "ltree_gist" is not yet defined
DETAIL: Creating a shell type definition.
psql:ltree.sql:482: NOTICE: argument type ltree_gist is only a shell
SELECT ''::ltree;
diff --git a/contrib/seg/expected/seg.out b/contrib/seg/expected/seg.out
index d0c68218a77..341d174e0d6 100644
--- a/contrib/seg/expected/seg.out
+++ b/contrib/seg/expected/seg.out
@@ -6,7 +6,7 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
-psql:seg.sql:10: NOTICE: type seg is not yet defined
+psql:seg.sql:10: NOTICE: type "seg" is not yet defined
DETAIL: Creating a shell type definition.
psql:seg.sql:15: NOTICE: argument type seg is only a shell
--
diff --git a/contrib/tsearch/expected/tsearch.out b/contrib/tsearch/expected/tsearch.out
index ac3ff2a1b22..e3e687ebc1f 100644
--- a/contrib/tsearch/expected/tsearch.out
+++ b/contrib/tsearch/expected/tsearch.out
@@ -3,16 +3,16 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
-psql:tsearch.sql:9: NOTICE: type txtidx is not yet defined
+psql:tsearch.sql:9: NOTICE: type "txtidx" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:14: NOTICE: argument type txtidx is only a shell
-psql:tsearch.sql:38: NOTICE: type query_txt is not yet defined
+psql:tsearch.sql:38: NOTICE: type "query_txt" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:43: NOTICE: argument type query_txt is only a shell
-psql:tsearch.sql:55: NOTICE: type mquery_txt is not yet defined
+psql:tsearch.sql:55: NOTICE: type "mquery_txt" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:61: NOTICE: argument type mquery_txt is only a shell
-psql:tsearch.sql:156: NOTICE: type gtxtidx is not yet defined
+psql:tsearch.sql:156: NOTICE: type "gtxtidx" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:161: NOTICE: argument type gtxtidx is only a shell
--txtidx
diff --git a/contrib/tsearch2/expected/tsearch2.out b/contrib/tsearch2/expected/tsearch2.out
index a8c00f1718d..de56d777d9c 100644
--- a/contrib/tsearch2/expected/tsearch2.out
+++ b/contrib/tsearch2/expected/tsearch2.out
@@ -7,13 +7,13 @@ psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit i
psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_parser_pkey" for table "pg_ts_parser"
psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfg_pkey" for table "pg_ts_cfg"
psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfgmap_pkey" for table "pg_ts_cfgmap"
-psql:tsearch2.sql:339: NOTICE: type tsvector is not yet defined
+psql:tsearch2.sql:339: NOTICE: type "tsvector" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch2.sql:344: NOTICE: argument type tsvector is only a shell
-psql:tsearch2.sql:398: NOTICE: type tsquery is not yet defined
+psql:tsearch2.sql:398: NOTICE: type "tsquery" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch2.sql:403: NOTICE: argument type tsquery is only a shell
-psql:tsearch2.sql:545: NOTICE: type gtsvector is not yet defined
+psql:tsearch2.sql:545: NOTICE: type "gtsvector" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch2.sql:550: NOTICE: argument type gtsvector is only a shell
--tsvector