提交 ceb9e60e 编写于 作者: T Tom Lane

Update contrib regression tests for OPAQUE datatype changes.

上级 14a76088
......@@ -3,6 +3,10 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:btree_gist.sql:10: WARNING: ProcedureCreate: type int4key is not yet defined
psql:btree_gist.sql:15: WARNING: Argument type "int4key" is only a shell
psql:btree_gist.sql:76: WARNING: ProcedureCreate: type tskey is not yet defined
psql:btree_gist.sql:81: WARNING: Argument type "tskey" is only a shell
create table inttmp (b int4);
\copy inttmp from 'data/test_btree.data'
create table tstmp ( t timestamp without time zone );
......
......@@ -6,6 +6,8 @@
-- does not depend on contents of cube.sql.
--
\set ECHO none
psql:cube.sql:11: WARNING: ProcedureCreate: type cube is not yet defined
psql:cube.sql:16: WARNING: Argument type "cube" is only a shell
--
-- testing the input and output functions
--
......
......@@ -3,6 +3,8 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:_int.sql:13: WARNING: ProcedureCreate: type query_int is not yet defined
psql:_int.sql:18: WARNING: Argument type "query_int" is only a shell
select intset(1234);
intset
--------
......
\set ECHO none
psql:ltree.sql:9: WARNING: ProcedureCreate: type ltree is not yet defined
psql:ltree.sql:14: WARNING: Argument type "ltree" is only a shell
psql:ltree.sql:238: WARNING: ProcedureCreate: type lquery is not yet defined
psql:ltree.sql:243: WARNING: Argument type "lquery" is only a shell
psql:ltree.sql:290: WARNING: ProcedureCreate: type ltxtquery is not yet defined
psql:ltree.sql:295: WARNING: Argument type "ltxtquery" is only a shell
psql:ltree.sql:345: WARNING: ProcedureCreate: type ltree_gist is not yet defined
psql:ltree.sql:350: WARNING: Argument type "ltree_gist" is only a shell
select ''::ltree;
ltree
-------
......
......@@ -6,6 +6,8 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:seg.sql:11: WARNING: ProcedureCreate: type seg is not yet defined
psql:seg.sql:16: WARNING: Argument type "seg" is only a shell
--
-- testing the input and output functions
--
......
......@@ -3,6 +3,14 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:tsearch.sql:11: WARNING: ProcedureCreate: type txtidx is not yet defined
psql:tsearch.sql:16: WARNING: Argument type "txtidx" is only a shell
psql:tsearch.sql:40: WARNING: ProcedureCreate: type query_txt is not yet defined
psql:tsearch.sql:45: WARNING: Argument type "query_txt" is only a shell
psql:tsearch.sql:57: WARNING: ProcedureCreate: type mquery_txt is not yet defined
psql:tsearch.sql:63: WARNING: Argument type "mquery_txt" is only a shell
psql:tsearch.sql:133: WARNING: ProcedureCreate: type gtxtidx is not yet defined
psql:tsearch.sql:138: WARNING: Argument type "gtxtidx" is only a shell
--txtidx
select '1'::txtidx;
txtidx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册