From 30e2c42e00a501278ffe80223bada52e2ba269f3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 13 Nov 2007 06:29:04 +0000 Subject: Fix a few contrib regression test scripts that hadn't gotten the word about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module scripts. --- contrib/btree_gist/sql/init.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/btree_gist/sql') diff --git a/contrib/btree_gist/sql/init.sql b/contrib/btree_gist/sql/init.sql index 04fdc845f52..7fafde12d8b 100644 --- a/contrib/btree_gist/sql/init.sql +++ b/contrib/btree_gist/sql/init.sql @@ -2,6 +2,8 @@ -- first, define the datatype. Turn off echoing so that expected file -- does not depend on contents of btree_gist.sql. -- +SET client_min_messages = warning; \set ECHO none \i btree_gist.sql \set ECHO all +RESET client_min_messages; -- cgit v1.2.3