1
0
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:
Andrew Dunstan
2006-07-27 16:12:36 +00:00
parent 8aab197840
commit 596b858fcb
5 changed files with 50 additions and 20 deletions

View File

@ -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.
--

View File

@ -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.