mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
fix most regression tests for new cube code.
This commit is contained in:
@ -5,10 +5,9 @@
|
||||
-- first, define the datatype. Turn off echoing so that expected file
|
||||
-- does not depend on contents of earthdistance.sql or cube.sql.
|
||||
--
|
||||
SET client_min_messages = warning;
|
||||
\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
|
||||
RESET client_min_messages;
|
||||
--
|
||||
-- The radius of the Earth we are using.
|
||||
--
|
||||
|
@ -6,10 +6,12 @@
|
||||
-- first, define the datatype. Turn off echoing so that expected file
|
||||
-- does not depend on contents of earthdistance.sql or cube.sql.
|
||||
--
|
||||
SET client_min_messages = warning;
|
||||
\set ECHO none
|
||||
\i ../cube/cube.sql
|
||||
\i earthdistance.sql
|
||||
\set ECHO all
|
||||
RESET client_min_messages;
|
||||
|
||||
--
|
||||
-- The radius of the Earth we are using.
|
||||
|
Reference in New Issue
Block a user