From: Tom Lane Date: Fri, 1 Aug 2003 02:38:09 +0000 (+0000) Subject: Update contrib regression tests for recent error message editing. X-Git-Tag: REL7_4_BETA1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ed071bca5d371a54520d9010885049089f68aba;p=postgresql Update contrib regression tests for recent error message editing. --- diff --git a/contrib/btree_gist/expected/btree_gist.out b/contrib/btree_gist/expected/btree_gist.out index c8b52e07c2..a1cb6102ab 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 4e4e70488b..086d76fd0b 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 8f48142d8e..d7ec06175d 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 e2efa63f92..0094bdcd60 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 dbd784b05c..2a24797534 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 d0c68218a7..341d174e0d 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 ac3ff2a1b2..e3e687ebc1 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 a8c00f1718..de56d777d9 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