diff --git a/contrib/btree_gist/expected/btree_gist.out b/contrib/btree_gist/expected/btree_gist.out index c8b52e07c209dc9a36a15b8e497e32ef1b8f1a75..a1cb6102ab6d65ce058b6728b3fec34365746e4d 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 4e4e70488bf2e8b350645f6fb3f1552a77e365b5..086d76fd0bfc4de39b4ad1a264baeb42c18d8801 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 8f48142d8ee42ca8a6d46b01a007defdce275b21..d7ec06175d0722ad0bfc2fbfed79089227e41669 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 e2efa63f92721eb0b55027677fd86e86549f23b3..0094bdcd6022316c26c121fbc99bf1e6ee3493c3 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 dbd784b05c586fe35d19b3a74f6fe1124209ee2b..2a247975348c6107ccee3d1f6db3c8fd4fa5bcef 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 d0c68218a77905ca2047ffe53769e143810417ac..341d174e0d6e9e037e1b75dd44323ffd51aa439e 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 ac3ff2a1b22bf643661ba2c47ccbc60420f56093..e3e687ebc1fdb11f5ce233bea2b6571e6e5687e2 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 a8c00f1718dcc66a47cf54b49d96f7ccb1cc5633..de56d777d9c51c63dee8e71794030825b7a00618 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