Re: Extensions, this time with a patch - Mailing list pgsql-hackers

From Dimitri Fontaine
Subject Re: Extensions, this time with a patch
Date
Msg-id m2mxqf7rzu.fsf@2ndQuadrant.fr
Whole thread Raw
In response to Re: Extensions, this time with a patch  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: Extensions, this time with a patch
List pgsql-hackers
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


Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [JDBC] Support for JDBC setQueryTimeout, et al.
Next
From: Radosław Smogura
Date:
Subject: Re: [JDBC] Support for JDBC setQueryTimeout, et al.