Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ed071b

Browse files
committed
Update contrib regression tests for recent error message editing.
1 parent1e120a8 commit6ed071b

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

‎contrib/btree_gist/expected/btree_gist.out

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
-- does not depend on contents of btree_gist.sql.
44
--
55
\set ECHO none
6-
psql:btree_gist.sql:8: NOTICE: type int2key is not yet defined
6+
psql:btree_gist.sql:8: NOTICE: type"int2key" is not yet defined
77
DETAIL: Creating a shell type definition.
88
psql:btree_gist.sql:13: NOTICE: argument type int2key is only a shell
9-
psql:btree_gist.sql:25: NOTICE: type int4key is not yet defined
9+
psql:btree_gist.sql:25: NOTICE: type"int4key" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:btree_gist.sql:30: NOTICE: argument type int4key is only a shell
12-
psql:btree_gist.sql:42: NOTICE: type int8key is not yet defined
12+
psql:btree_gist.sql:42: NOTICE: type"int8key" is not yet defined
1313
DETAIL: Creating a shell type definition.
1414
psql:btree_gist.sql:47: NOTICE: argument type int8key is only a shell
15-
psql:btree_gist.sql:59: NOTICE: type float4key is not yet defined
15+
psql:btree_gist.sql:59: NOTICE: type"float4key" is not yet defined
1616
DETAIL: Creating a shell type definition.
1717
psql:btree_gist.sql:64: NOTICE: argument type float4key is only a shell
18-
psql:btree_gist.sql:77: NOTICE: type float8key is not yet defined
18+
psql:btree_gist.sql:77: NOTICE: type"float8key" is not yet defined
1919
DETAIL: Creating a shell type definition.
2020
psql:btree_gist.sql:82: NOTICE: argument type float8key is only a shell
21-
psql:btree_gist.sql:392: NOTICE: type tskey is not yet defined
21+
psql:btree_gist.sql:392: NOTICE: type"tskey" is not yet defined
2222
DETAIL: Creating a shell type definition.
2323
psql:btree_gist.sql:397: NOTICE: argument type tskey is only a shell
2424
CREATE TABLE int4tmp (b int4);

‎contrib/cube/expected/cube.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- does not depend on contents of cube.sql.
77
--
88
\set ECHO none
9-
psql:cube.sql:10: NOTICE: type cube is not yet defined
9+
psql:cube.sql:10: NOTICE: type"cube" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:cube.sql:15: NOTICE: argument type cube is only a shell
1212
--

‎contrib/earthdistance/expected/earthdistance.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- does not depend on contents of earthdistance.sql or cube.sql.
77
--
88
\set ECHO none
9-
psql:../cube/cube.sql:10: NOTICE: type cube is not yet defined
9+
psql:../cube/cube.sql:10: NOTICE: type"cube" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:../cube/cube.sql:15: NOTICE: argument type cube is only a shell
1212
--

‎contrib/intarray/expected/_int.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
-- does not depend on contents of _int.sql.
44
--
55
\set ECHO none
6-
psql:_int.sql:13: NOTICE: type query_int is not yet defined
6+
psql:_int.sql:13: NOTICE: type"query_int" is not yet defined
77
DETAIL: Creating a shell type definition.
88
psql:_int.sql:18: NOTICE: argument type query_int is only a shell
9-
psql:_int.sql:367: NOTICE: type intbig_gkey is not yet defined
9+
psql:_int.sql:367: NOTICE: type"intbig_gkey" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:_int.sql:372: NOTICE: argument type intbig_gkey is only a shell
1212
SELECT intset(1234);

‎contrib/ltree/expected/ltree.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
\set ECHO none
2-
psql:ltree.sql:7: NOTICE: type ltree is not yet defined
2+
psql:ltree.sql:7: NOTICE: type"ltree" is not yet defined
33
DETAIL: Creating a shell type definition.
44
psql:ltree.sql:12: NOTICE: argument type ltree is only a shell
5-
psql:ltree.sql:299: NOTICE: type lquery is not yet defined
5+
psql:ltree.sql:299: NOTICE: type"lquery" is not yet defined
66
DETAIL: Creating a shell type definition.
77
psql:ltree.sql:304: NOTICE: argument type lquery is only a shell
8-
psql:ltree.sql:410: NOTICE: type ltxtquery is not yet defined
8+
psql:ltree.sql:410: NOTICE: type"ltxtquery" is not yet defined
99
DETAIL: Creating a shell type definition.
1010
psql:ltree.sql:415: NOTICE: argument type ltxtquery is only a shell
11-
psql:ltree.sql:477: NOTICE: type ltree_gist is not yet defined
11+
psql:ltree.sql:477: NOTICE: type"ltree_gist" is not yet defined
1212
DETAIL: Creating a shell type definition.
1313
psql:ltree.sql:482: NOTICE: argument type ltree_gist is only a shell
1414
SELECT ''::ltree;

‎contrib/seg/expected/seg.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-- does not depend on contents of seg.sql.
77
--
88
\set ECHO none
9-
psql:seg.sql:10: NOTICE: type seg is not yet defined
9+
psql:seg.sql:10: NOTICE: type"seg" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:seg.sql:15: NOTICE: argument type seg is only a shell
1212
--

‎contrib/tsearch/expected/tsearch.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
-- does not depend on contents of seg.sql.
44
--
55
\set ECHO none
6-
psql:tsearch.sql:9: NOTICE: type txtidx is not yet defined
6+
psql:tsearch.sql:9: NOTICE: type"txtidx" is not yet defined
77
DETAIL: Creating a shell type definition.
88
psql:tsearch.sql:14: NOTICE: argument type txtidx is only a shell
9-
psql:tsearch.sql:38: NOTICE: type query_txt is not yet defined
9+
psql:tsearch.sql:38: NOTICE: type"query_txt" is not yet defined
1010
DETAIL: Creating a shell type definition.
1111
psql:tsearch.sql:43: NOTICE: argument type query_txt is only a shell
12-
psql:tsearch.sql:55: NOTICE: type mquery_txt is not yet defined
12+
psql:tsearch.sql:55: NOTICE: type"mquery_txt" is not yet defined
1313
DETAIL: Creating a shell type definition.
1414
psql:tsearch.sql:61: NOTICE: argument type mquery_txt is only a shell
15-
psql:tsearch.sql:156: NOTICE: type gtxtidx is not yet defined
15+
psql:tsearch.sql:156: NOTICE: type"gtxtidx" is not yet defined
1616
DETAIL: Creating a shell type definition.
1717
psql:tsearch.sql:161: NOTICE: argument type gtxtidx is only a shell
1818
--txtidx

‎contrib/tsearch2/expected/tsearch2.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ psql:tsearch2.sql:13: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit i
77
psql:tsearch2.sql:145: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_parser_pkey" for table "pg_ts_parser"
88
psql:tsearch2.sql:244: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfg_pkey" for table "pg_ts_cfg"
99
psql:tsearch2.sql:251: NOTICE: CREATE TABLE / PRIMARY KEY will create implicit index "pg_ts_cfgmap_pkey" for table "pg_ts_cfgmap"
10-
psql:tsearch2.sql:339: NOTICE: type tsvector is not yet defined
10+
psql:tsearch2.sql:339: NOTICE: type"tsvector" is not yet defined
1111
DETAIL: Creating a shell type definition.
1212
psql:tsearch2.sql:344: NOTICE: argument type tsvector is only a shell
13-
psql:tsearch2.sql:398: NOTICE: type tsquery is not yet defined
13+
psql:tsearch2.sql:398: NOTICE: type"tsquery" is not yet defined
1414
DETAIL: Creating a shell type definition.
1515
psql:tsearch2.sql:403: NOTICE: argument type tsquery is only a shell
16-
psql:tsearch2.sql:545: NOTICE: type gtsvector is not yet defined
16+
psql:tsearch2.sql:545: NOTICE: type"gtsvector" is not yet defined
1717
DETAIL: Creating a shell type definition.
1818
psql:tsearch2.sql:550: NOTICE: argument type gtsvector is only a shell
1919
--tsvector

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp