Extension support for pg_dump, patch v23

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: PostgreSQL-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Extension support for pg_dump, patch v23
Date: 2011-01-04 11:10:50
Message-ID: 874o9okjph.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please find attached patch v23, which includes some more cleanup and a
fresh merge against master (recent work on SQL/MED caused merge issues).

Some code cleanup is also there for the next patch in the series to be
easier to review, namely the upgrade support. Following good practises,
a new mail about it will be sent.

Also, per Robert asking, please find 3 files attached: the big'o'patch
itself, the contrib only patch and the "core" patch, that is doc and
src. This was obtained by using git diff master.. -- contrib for the
former, git diff master.. -- src doc for the later.

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

Attachment Content-Type Size
extension.v23.patch.gz application/octet-stream 58.7 KB
extension.v23.contrib.patch.gz application/octet-stream 14.8 KB
extension.v23.src-doc.patch.gz application/octet-stream 44.0 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2011-01-04 11:31:55 ALTER EXTENSION UPGRADE patch v1
Previous Message Christian Ullrich 2011-01-04 10:46:20 Re: SSPI client authentication in non-Windows builds