pgsql: Install pg_isolation_regress and isolationtester

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Install pg_isolation_regress and isolationtester
Date: 2020-10-15 16:14:57
Message-ID: E1kT5u5-00022h-Nc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)ringer(at)enterprisedb(dot)com>
Reviewed-by: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-10-15 16:51:16 pgsql: In the postmaster, rely on the signal infrastructure to block si
Previous Message Alvaro Herrera 2020-10-15 14:36:55 pgsql: Review logical replication tablesync code