Re: Extensions support for pg_dump, patch v27 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Extensions support for pg_dump, patch v27
Date
Msg-id 27833.1297201572@sss.pgh.pa.us
Whole thread Raw
In response to Re: Extensions support for pg_dump, patch v27  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Extensions support for pg_dump, patch v27  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List pgsql-hackers
I have gone ahead and committed the core and documentation parts of this
patch, but not as yet any of the contrib changes; that is, all the
contrib modules are still building old-style.  I had intended to do it
in two steps all along, so as to get some buildfarm proof for the thesis
that we haven't broken old-style add-on modules.  However, there is now
an additional motivation for delay: so long as we haven't pulled the
trigger on changing the contrib modules, this is an experimental feature
that nothing else depends on.  Worst case, if we can't get to a
satisfactory resolution of the pg_upgrade and ALTER EXTENSION UPGRADE
issues, we can ship 9.1 as-is and just label the EXTENSION commands as
subject to change.  I will however now go work on those issues.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: [pgsql-fr-generale] create an extension of postgresql 9 with Visual C++ 2008 express edition
Next
From: Stephen Frost
Date:
Subject: Re: updated patch for foreach stmt