pgsql: Install pg_isolation_regress and isolationtester - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Install pg_isolation_regress and isolationtester
Date
Msg-id E1kT5u5-00022h-Nc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Install pg_isolation_regress and isolationtester

We already install assorted tools for testing extensions, but these two
were missing.  Having them installed, and after ISOLATION support was
added to PGXS's  makefiles by d3c09b9b1307, helps third-party modules
usefully include isolation tests.  Compare c3a0818460a8.

Author: Craig Ringer <craig.ringer@enterprisedb.com>
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/CAMsr+YFsCMH3B4uOPFE+2qWM6k=o=hf9LGiPNCfwqKdUPz_BsQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2203ede9ae85b6423f850466122606275ea09b17

Modified Files
--------------
src/test/isolation/Makefile | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Review logical replication tablesync code
Next
From: Tom Lane
Date:
Subject: pgsql: In the postmaster, rely on the signal infrastructure to block si