contrib regression test update - Mailing list pgsql-patches

From Joe Conway
Subject contrib regression test update
Date
Msg-id 3F29D373.6080002@joeconway.com
Whole thread Raw
Responses Re: contrib regression test update
List pgsql-patches
Quoting behavior changed in the message that produces, e.g.:
   NOTICE:  type "seg" is not yet defined

This patch updates all the contrib regression tests for the change.

Please apply.

Thanks,

Joe
Index: contrib/btree_gist/expected/btree_gist.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/btree_gist/expected/btree_gist.out,v
retrieving revision 1.10
diff -c -r1.10 btree_gist.out
*** contrib/btree_gist/expected/btree_gist.out    24 Jul 2003 17:52:11 -0000    1.10
--- contrib/btree_gist/expected/btree_gist.out    1 Aug 2003 02:36:47 -0000
***************
*** 3,24 ****
  -- does not depend on contents of btree_gist.sql.
  --
  \set ECHO none
! 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
  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
  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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:btree_gist.sql:397: NOTICE:  argument type tskey is only a shell
  CREATE TABLE int4tmp (b int4);
--- 3,24 ----
  -- does not depend on contents of btree_gist.sql.
  --
  \set ECHO none
! 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
  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
  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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:btree_gist.sql:397: NOTICE:  argument type tskey is only a shell
  CREATE TABLE int4tmp (b int4);
Index: contrib/cube/expected/cube.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/cube/expected/cube.out,v
retrieving revision 1.12
diff -c -r1.12 cube.out
*** contrib/cube/expected/cube.out    24 Jul 2003 17:52:15 -0000    1.12
--- contrib/cube/expected/cube.out    1 Aug 2003 02:36:49 -0000
***************
*** 6,12 ****
  -- does not depend on contents of cube.sql.
  --
  \set ECHO none
! 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
  --
--- 6,12 ----
  -- does not depend on contents of cube.sql.
  --
  \set ECHO none
! 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
  --
Index: contrib/earthdistance/expected/earthdistance.out
===================================================================
RCS file: /opt/src/cvs/contrib/earthdistance/expected/earthdistance.out,v
retrieving revision 1.7
diff -c -r1.7 earthdistance.out
*** contrib/earthdistance/expected/earthdistance.out    24 Jul 2003 17:52:23 -0000    1.7
--- contrib/earthdistance/expected/earthdistance.out    1 Aug 2003 02:36:51 -0000
***************
*** 6,12 ****
  -- 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
  DETAIL:  Creating a shell type definition.
  psql:../cube/cube.sql:15: NOTICE:  argument type cube is only a shell
  --
--- 6,12 ----
  -- 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
  DETAIL:  Creating a shell type definition.
  psql:../cube/cube.sql:15: NOTICE:  argument type cube is only a shell
  --
Index: contrib/intarray/expected/_int.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/intarray/expected/_int.out,v
retrieving revision 1.14
diff -c -r1.14 _int.out
*** contrib/intarray/expected/_int.out    24 Jul 2003 17:52:28 -0000    1.14
--- contrib/intarray/expected/_int.out    1 Aug 2003 02:37:03 -0000
***************
*** 3,12 ****
  -- does not depend on contents of _int.sql.
  --
  \set ECHO none
! 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
  DETAIL:  Creating a shell type definition.
  psql:_int.sql:372: NOTICE:  argument type intbig_gkey is only a shell
  SELECT intset(1234);
--- 3,12 ----
  -- does not depend on contents of _int.sql.
  --
  \set ECHO none
! 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
  DETAIL:  Creating a shell type definition.
  psql:_int.sql:372: NOTICE:  argument type intbig_gkey is only a shell
  SELECT intset(1234);
Index: contrib/ltree/expected/ltree.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/ltree/expected/ltree.out,v
retrieving revision 1.10
diff -c -r1.10 ltree.out
*** contrib/ltree/expected/ltree.out    24 Jul 2003 17:52:32 -0000    1.10
--- contrib/ltree/expected/ltree.out    1 Aug 2003 02:37:05 -0000
***************
*** 1,14 ****
  \set ECHO none
! 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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:ltree.sql:482: NOTICE:  argument type ltree_gist is only a shell
  SELECT ''::ltree;
--- 1,14 ----
  \set ECHO none
! 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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:ltree.sql:482: NOTICE:  argument type ltree_gist is only a shell
  SELECT ''::ltree;
Index: contrib/seg/expected/seg.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/seg/expected/seg.out,v
retrieving revision 1.7
diff -c -r1.7 seg.out
*** contrib/seg/expected/seg.out    24 Jul 2003 17:52:35 -0000    1.7
--- contrib/seg/expected/seg.out    1 Aug 2003 02:37:10 -0000
***************
*** 6,12 ****
  -- does not depend on contents of seg.sql.
  --
  \set ECHO none
! 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
  --
--- 6,12 ----
  -- does not depend on contents of seg.sql.
  --
  \set ECHO none
! 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
  --
Index: contrib/tsearch/expected/tsearch.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/tsearch/expected/tsearch.out,v
retrieving revision 1.8
diff -c -r1.8 tsearch.out
*** contrib/tsearch/expected/tsearch.out    24 Jul 2003 17:52:42 -0000    1.8
--- contrib/tsearch/expected/tsearch.out    1 Aug 2003 02:37:12 -0000
***************
*** 3,18 ****
  -- does not depend on contents of seg.sql.
  --
  \set ECHO none
! 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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:tsearch.sql:161: NOTICE:  argument type gtxtidx is only a shell
  --txtidx
--- 3,18 ----
  -- does not depend on contents of seg.sql.
  --
  \set ECHO none
! 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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:tsearch.sql:161: NOTICE:  argument type gtxtidx is only a shell
  --txtidx
Index: contrib/tsearch2/expected/tsearch2.out
===================================================================
RCS file: /opt/src/cvs/pgsql-server/contrib/tsearch2/expected/tsearch2.out,v
retrieving revision 1.2
diff -c -r1.2 tsearch2.out
*** contrib/tsearch2/expected/tsearch2.out    21 Jul 2003 15:15:19 -0000    1.2
--- contrib/tsearch2/expected/tsearch2.out    1 Aug 2003 02:37:13 -0000
***************
*** 7,19 ****
  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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:tsearch2.sql:550: NOTICE:  argument type gtsvector is only a shell
  --tsvector
--- 7,19 ----
  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
  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
  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
  DETAIL:  Creating a shell type definition.
  psql:tsearch2.sql:550: NOTICE:  argument type gtsvector is only a shell
  --tsvector

pgsql-patches by date:

Previous
From: "Serguei Mokhov"
Date:
Subject: Russian NLS Update: psql
Next
From: Tom Lane
Date:
Subject: Re: contrib regression test update