Re: Extensions, this time with a patch
Dimitri Fontaine <dimitri@2ndquadrant.fr>
From: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Dimitri Fontaine <dimitri@2ndquadrant.fr>,
David Fetter <david@fetter.org>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-10-15T08:57:41Z
Lists: pgsql-hackers
Attachments
- cfparser.v1.patch (text/x-patch) patch v1
- pg_execute_from_file.v0.patch (text/x-patch) patch v0
Alvaro Herrera <alvherre@commandprompt.com> writes: > Maybe it would be worthwhile to split the parts that parse a file and > execute from a file, and submit separately. It is obviously > self-contained and serves a useful purpose on its own. It also forces > you to think harder about renaming the parse function :-) So, you will find two new branches for those purposes at the repository, named cfparser and pg_execute_from_file: http://git.postgresql.org/gitweb?p=postgresql-extension.git;a=summary Please find attached the patches extracted from those branches. Note that currently, the main "extension" branch still contains the modifications, I intend to merge/rebase that against the master after the commits. I've also merged the master repository into my feature branch, and git just did it all by itself. I like it when the tools are helping! :) Regards, -- Dimitri Fontaine http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support