reorg - pg_reorg: Supports CREATE EXTENSION.

From: sakamotomsh(at)pgfoundry(dot)org (User Sakamotomsh)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Supports CREATE EXTENSION.
Date: 2012-09-20 15:30:54
Message-ID: 20120920153054.577171BE7A29@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Supports CREATE EXTENSION.

I've changed lib/Makefile to support CREATE EXTENSION.
In order to work with previeous PostgreSQL version (i.e. < 9.1),
this implementation installs both pg_reorg--1.0.sql and pg_reorg.sql.

This patch lacks regression testcases for CREATE EXTENSION, which I will commit soon.

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Sakamotomsh 2012-09-20 15:36:48 reorg - pg_reorg: Updated regression tests to use CREATE EXTENSION for
Previous Message Alvaro Herrera 2012-09-20 14:15:12 pgsql: Remove execdesc.h inclusion from tcopprot.h