Extensions, patch v18 (merge against master, bitrot-only-fixes)

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: PostgreSQL-Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Extensions, patch v18 (merge against master, bitrot-only-fixes)
Date: 2010-12-16 12:49:31
Message-ID: 87oc8lq3vo.fsf@hi-media-techno.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Well $subject says about it all really. The bitrot of course comes from
the fact that the last in-commitfest-dependency has been commited in,
and I kept a version of pg_execute_sql_file() in the extension's patch.

Following the discussions, and as exposing this function is not
necessary for CREATE EXTENSION to work as needed, it's not exposed at
the SQL level anymore.

Please note that the SQL scripts seem to be encoded in latin9. I don't
think there's a policy about that already, and I'd like to get
confirmation about that before to go ahead and add encoding = latin9 to
the control files. Whatever the master sources encoding policy is, I
think explicitely marking it in the control files will be a good idea.

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

Attachment Content-Type Size
extension.v18.patch.gz application/octet-stream 56.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2010-12-16 13:01:22 Re: Re: Proposed Windows-specific change: Enable crash dumps (like core files)
Previous Message Greg Smith 2010-12-16 12:40:31 Re: Tab completion for view triggers in psql