Updated regression tests to use CREATE EXTENSION for PostgreSQL 9.1 or higher.

This commit is contained in:
Masahiko Sakamoto
2012-09-20 15:36:47 +00:00
committed by Daniele Varrazzo
parent e9d4ef2557
commit 69cc976b39
3 changed files with 34 additions and 1 deletions

View File

@ -0,0 +1,5 @@
SET client_min_messages = warning;
\set ECHO none
CREATE EXTENSION pg_reorg;
\set ECHO all
RESET client_min_messages;