Extensions, patch 22 (cleanup, review, cleanup)

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Extensions, patch 22 (cleanup, review, cleanup)
Date: 2010-12-20 21:35:44
Message-ID: m2vd2o5dqn.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

From last round of review from Robert and Álvaro, here's the patch
version 22. Changes:

- cleanup contrib/ and 'Adjust search_path' comments
- remove contrib/*/uninstall* scripts
- add some documentation to the NO USER DATA option
- remove objects locking in the pg_extension_objects() SRF, per Robert
- propose split patches

It so happens that git allows to prepare diffs for subdirs (or files) of
a tree, so I've been using that to separate away contrib changes from
the others. As a result, 3 patches are attached: full, contrib only,
doc and src only.

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

Attachment Content-Type Size
extension.v22.contrib.patch.gz application/octet-stream 14.8 KB
extension.v22.doc-src.patch.gz application/octet-stream 44.5 KB
extension.v22.patch.gz application/octet-stream 59.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Rijkers 2010-12-20 21:55:52 Re: Extensions, patch 22 (cleanup, review, cleanup)
Previous Message Nicolas Barbier 2010-12-20 21:15:56 Re: Extensions, patch v20 (bitrot fixes)