mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
fix most regression tests for new cube code.
This commit is contained in:
@ -6,9 +6,11 @@
|
||||
-- first, define the datatype. Turn off echoing so that expected file
|
||||
-- does not depend on contents of cube.sql.
|
||||
--
|
||||
SET client_min_messages = warning;
|
||||
\set ECHO none
|
||||
\i cube.sql
|
||||
\set ECHO all
|
||||
RESET client_min_messages;
|
||||
|
||||
--
|
||||
-- testing the input and output functions
|
||||
|
Reference in New Issue
Block a user