Re: Proposal: include PL/Proxy into core

Поиск
Список
Период
Сортировка
От Marko Kreen
Тема Re: Proposal: include PL/Proxy into core
Дата
Msg-id e51f66da0703300406p50ed57d3te29f7d9ff89a0303@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal: include PL/Proxy into core  (Cédric Villemain <cedric.villemain@dalibo.com>)
Список 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 по дате отправления:

Предыдущее
От: Cédric Villemain
Дата:
Сообщение: Re: Proposal: include PL/Proxy into core
Следующее
От: "Simon Riggs"
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update