Re: Proposal: include PL/Proxy into core - Mailing list pgsql-hackers

From Cédric Villemain
Subject Re: Proposal: include PL/Proxy into core
Date
Msg-id 200703301247.30352.cedric.villemain@dalibo.com
Whole thread Raw
In response to Proposal: include PL/Proxy into core  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: Proposal: include PL/Proxy into core  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers
Le vendredi 30 mars 2007 12:36, Marko Kreen a écrit :
> Patch:
>
>   http://plproxy.projects.postgresql.org/plproxy_core.diff.gz
Note a perhaps oversight in your makefile :

+ #REGRESS_OPTS
= --dbname=$(PL_TESTDB) --load-language=plpgsql --load-language=plproxy
+ REGRESS_OPTS
= --dbname=regression --load-language=plpgsql --load-language=plproxy


pgsql-hackers by date:

Previous
From: Richard Huxton
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update
Next
From: "Marko Kreen"
Date:
Subject: Re: Proposal: include PL/Proxy into core