reorg - pg_reorg: Updated regression tests to use CREATE EXTENSION for

From: sakamotomsh(at)pgfoundry(dot)org (User Sakamotomsh)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Updated regression tests to use CREATE EXTENSION for
Date: 2012-09-20 15:36:48
Message-ID: 20120920153648.8AF811BE7A29@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Updated regression tests to use CREATE EXTENSION for PostgreSQL 9.1 or higher.

Modified Files:
--------------
pg_reorg/bin:
Makefile (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/Makefile?r1=1.9&r2=1.10)

Added Files:
-----------
pg_reorg/bin/sql:
init-extension.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/sql/init-extension.sql?rev=1.1&content-type=text/x-cvsweb-markup)
init-legacy.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/sql/init-legacy.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pg_reorg/bin/sql:
init.sql
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/sql/init.sql)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2012-09-20 21:55:05 Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.
Previous Message User Sakamotomsh 2012-09-20 15:30:54 reorg - pg_reorg: Supports CREATE EXTENSION.