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

From Marko Kreen
Subject Re: Proposal: include PL/Proxy into core
Date
Msg-id e51f66da0703300406p50ed57d3te29f7d9ff89a0303@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: include PL/Proxy into core  (Cédric Villemain <cedric.villemain@dalibo.com>)
List pgsql-hackers
On 3/30/07, Cédric Villemain <cedric.villemain@dalibo.com> wrote:
> 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

Heh.  The problem is I had 'regression' hardwired into
regtests, so I could not use $(PL_TESTDB).

If the proposal is accespted and we want to always run
PL/Proxy regtests, there should be some dynamic way
of passing main dbname and also connstrings for partitions
into regression tests.

ATM I thought it can stay as-is.  (Actually I forgot that change
after I had done it :)

--
marko


pgsql-hackers by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: Proposal: include PL/Proxy into core
Next
From: "Simon Riggs"
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update