Skip to content
Snippets Groups Projects
Commit ceb9e60e authored by Tom Lane's avatar Tom Lane
Browse files

Update contrib regression tests for OPAQUE datatype changes.

parent 14a76088
Branches
Tags
No related merge requests found
...@@ -3,6 +3,10 @@ ...@@ -3,6 +3,10 @@
-- does not depend on contents of seg.sql. -- does not depend on contents of seg.sql.
-- --
\set ECHO none \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); create table inttmp (b int4);
\copy inttmp from 'data/test_btree.data' \copy inttmp from 'data/test_btree.data'
create table tstmp ( t timestamp without time zone ); create table tstmp ( t timestamp without time zone );
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
-- does not depend on contents of cube.sql. -- does not depend on contents of cube.sql.
-- --
\set ECHO none \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 -- testing the input and output functions
-- --
......
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
-- does not depend on contents of seg.sql. -- does not depend on contents of seg.sql.
-- --
\set ECHO none \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); select intset(1234);
intset intset
-------- --------
......
\set ECHO none \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; select ''::ltree;
ltree ltree
------- -------
......
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
-- does not depend on contents of seg.sql. -- does not depend on contents of seg.sql.
-- --
\set ECHO none \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 -- testing the input and output functions
-- --
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
-- does not depend on contents of seg.sql. -- does not depend on contents of seg.sql.
-- --
\set ECHO none \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 --txtidx
select '1'::txtidx; select '1'::txtidx;
txtidx txtidx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment