OSDN Git Service

Update contrib regression tests for OPAQUE datatype changes.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Aug 2002 00:04:52 +0000 (00:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Aug 2002 00:04:52 +0000 (00:04 +0000)
contrib/btree_gist/expected/btree_gist.out
contrib/cube/expected/cube.out
contrib/intarray/expected/_int.out
contrib/ltree/expected/ltree.out
contrib/seg/expected/seg.out
contrib/tsearch/expected/tsearch.out

index 2c7cbd6..ab6a789 100644 (file)
@@ -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 );
index ed94a25..e69ce9f 100644 (file)
@@ -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
 --
index 8729863..f860608 100644 (file)
@@ -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 
 --------
index 642e26c..4af0260 100644 (file)
@@ -1,4 +1,12 @@
 \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 
 -------
index 9abfdc2..c8e63f7 100644 (file)
@@ -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
 --
index 0b12765..85aa978 100644 (file)
@@ -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