pgsql: Fix pg_isolation_regress to work outside its build directory.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_isolation_regress to work outside its build directory.
Date: 2013-11-08 20:02:30
Message-ID: E1VesGE-0007vF-0X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Fix pg_isolation_regress to work outside its build directory.

This makes it possible to, for example, use the isolation tester to
test a contrib module.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9b4d52f2095be96ca238ce41f6963ec56376491f

Modified Files
--------------
src/test/isolation/isolation_main.c | 16 ++++++++++++++--
src/test/isolation/isolationtester.c | 5 ++++-
src/test/regress/pg_regress.c | 2 +-
src/test/regress/pg_regress.h | 2 +-
src/test/regress/pg_regress_main.c | 2 +-
5 files changed, 21 insertions(+), 6 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-11-08 20:12:20 pgsql: doc: Clarify under what circumstances pg_dump needs superuser ac
Previous Message Tom Lane 2013-11-08 18:43:14 Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2013-11-08 20:03:05 Re: Protocol forced to V2 in low-memory conditions?
Previous Message Tom Lane 2013-11-08 19:23:48 Re: Protocol forced to V2 in low-memory conditions?