mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
This commit is contained in:
		@@ -3,10 +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:10: NOTICE:  ProcedureCreate: type int4key is not yet defined
 | 
				
			||||||
psql:btree_gist.sql:15: WARNING:  Argument type "int4key" is only a shell
 | 
					psql:btree_gist.sql:15: NOTICE:  Argument type "int4key" is only a shell
 | 
				
			||||||
psql:btree_gist.sql:98: WARNING:  ProcedureCreate: type tskey is not yet defined
 | 
					psql:btree_gist.sql:98: NOTICE:  ProcedureCreate: type tskey is not yet defined
 | 
				
			||||||
psql:btree_gist.sql:103: WARNING:  Argument type "tskey" is only a shell
 | 
					psql:btree_gist.sql:103: NOTICE:  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,8 +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:12: WARNING:  ProcedureCreate: type cube is not yet defined
 | 
					psql:cube.sql:12: NOTICE:  ProcedureCreate: type cube is not yet defined
 | 
				
			||||||
psql:cube.sql:17: WARNING:  Argument type "cube" is only a shell
 | 
					psql:cube.sql:17: NOTICE:  Argument type "cube" is only a shell
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
-- testing the input and output functions
 | 
					-- testing the input and output functions
 | 
				
			||||||
--
 | 
					--
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +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:15: WARNING:  ProcedureCreate: type query_int is not yet defined
 | 
					psql:_int.sql:15: NOTICE:  ProcedureCreate: type query_int is not yet defined
 | 
				
			||||||
psql:_int.sql:20: WARNING:  Argument type "query_int" is only a shell
 | 
					psql:_int.sql:20: NOTICE:  Argument type "query_int" is only a shell
 | 
				
			||||||
SELECT intset(1234);
 | 
					SELECT intset(1234);
 | 
				
			||||||
 intset 
 | 
					 intset 
 | 
				
			||||||
--------
 | 
					--------
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,12 +1,12 @@
 | 
				
			|||||||
\set ECHO none
 | 
					\set ECHO none
 | 
				
			||||||
psql:ltree.sql:9: WARNING:  ProcedureCreate: type ltree is not yet defined
 | 
					psql:ltree.sql:9: NOTICE:  ProcedureCreate: type ltree is not yet defined
 | 
				
			||||||
psql:ltree.sql:14: WARNING:  Argument type "ltree" is only a shell
 | 
					psql:ltree.sql:14: NOTICE:  Argument type "ltree" is only a shell
 | 
				
			||||||
psql:ltree.sql:281: WARNING:  ProcedureCreate: type lquery is not yet defined
 | 
					psql:ltree.sql:281: NOTICE:  ProcedureCreate: type lquery is not yet defined
 | 
				
			||||||
psql:ltree.sql:286: WARNING:  Argument type "lquery" is only a shell
 | 
					psql:ltree.sql:286: NOTICE:  Argument type "lquery" is only a shell
 | 
				
			||||||
psql:ltree.sql:345: WARNING:  ProcedureCreate: type ltxtquery is not yet defined
 | 
					psql:ltree.sql:345: NOTICE:  ProcedureCreate: type ltxtquery is not yet defined
 | 
				
			||||||
psql:ltree.sql:350: WARNING:  Argument type "ltxtquery" is only a shell
 | 
					psql:ltree.sql:350: NOTICE:  Argument type "ltxtquery" is only a shell
 | 
				
			||||||
psql:ltree.sql:412: WARNING:  ProcedureCreate: type ltree_gist is not yet defined
 | 
					psql:ltree.sql:412: NOTICE:  ProcedureCreate: type ltree_gist is not yet defined
 | 
				
			||||||
psql:ltree.sql:417: WARNING:  Argument type "ltree_gist" is only a shell
 | 
					psql:ltree.sql:417: NOTICE:  Argument type "ltree_gist" is only a shell
 | 
				
			||||||
SELECT ''::ltree;
 | 
					SELECT ''::ltree;
 | 
				
			||||||
 ltree 
 | 
					 ltree 
 | 
				
			||||||
-------
 | 
					-------
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,14 +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:11: NOTICE:  ProcedureCreate: type txtidx is not yet defined
 | 
				
			||||||
psql:tsearch.sql:16: WARNING:  Argument type "txtidx" is only a shell
 | 
					psql:tsearch.sql:16: NOTICE:  Argument type "txtidx" is only a shell
 | 
				
			||||||
psql:tsearch.sql:40: WARNING:  ProcedureCreate: type query_txt is not yet defined
 | 
					psql:tsearch.sql:40: NOTICE:  ProcedureCreate: type query_txt is not yet defined
 | 
				
			||||||
psql:tsearch.sql:45: WARNING:  Argument type "query_txt" is only a shell
 | 
					psql:tsearch.sql:45: NOTICE:  Argument type "query_txt" is only a shell
 | 
				
			||||||
psql:tsearch.sql:57: WARNING:  ProcedureCreate: type mquery_txt is not yet defined
 | 
					psql:tsearch.sql:57: NOTICE:  ProcedureCreate: type mquery_txt is not yet defined
 | 
				
			||||||
psql:tsearch.sql:63: WARNING:  Argument type "mquery_txt" is only a shell
 | 
					psql:tsearch.sql:63: NOTICE:  Argument type "mquery_txt" is only a shell
 | 
				
			||||||
psql:tsearch.sql:158: WARNING:  ProcedureCreate: type gtxtidx is not yet defined
 | 
					psql:tsearch.sql:158: NOTICE:  ProcedureCreate: type gtxtidx is not yet defined
 | 
				
			||||||
psql:tsearch.sql:163: WARNING:  Argument type "gtxtidx" is only a shell
 | 
					psql:tsearch.sql:163: NOTICE:  Argument type "gtxtidx" is only a shell
 | 
				
			||||||
--txtidx
 | 
					--txtidx
 | 
				
			||||||
SELECT '1'::txtidx;
 | 
					SELECT '1'::txtidx;
 | 
				
			||||||
 txtidx 
 | 
					 txtidx 
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user