From: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: [PATCH] We install pg_regress and isolationtester but not pg_isolation_regress |
Date: | 2020-09-30 02:12:04 |
Message-ID: | CAMsr+YHvzLbXffAUcMNQDdui9GHHT1+kqOwyknQ5Yw7aebfKpA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, 29 Sep 2020 at 22:09, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
wrote:
> On 2018-Jun-01, Craig Ringer wrote:
>
> > On 28 May 2018 at 15:06, Craig Ringer <craig(at)2ndquadrant(dot)com> wrote:
> >
> > > Per topic, the Pg makefiles install pg_regress (for use by extensions)
> and
> > > htey install the isolationtester, but they don't install
> > > pg_isolation_regress.
> > >
> > > We should install it too.
>
> I happened to come across this thread by accident, and I tend to agree
> that we need to install both isolationtester and pg_isolation_regress to
> the pgxs dirs, just like we do pg_regress. I can't find that
> isolationtester is installed anywhere though; maybe that changed after
> you posted this. Anyway, this version of the patch installs both.
>
Thanks.
I think rules were added to allow the isolation tester to be installed with
an explicit make -C src/test/isolation install, but not added to the
default "install" target.
I agree it should just be installed.
--
Craig Ringer http://www.2ndQuadrant.com/
2ndQuadrant - PostgreSQL Solutions for the Enterprise
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2020-09-30 02:29:25 | NOTIFY docs fixup - emit and deliver consistency |
Previous Message | Greg Nancarrow | 2020-09-30 02:07:40 | Re: Parallel INSERT (INTO ... SELECT ...) |