pgsql: Try again to make pg_isolation_regress work its build directory.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try again to make pg_isolation_regress work its build directory.
Date: 2013-11-12 16:29:48
Message-ID: E1VgGqa-0000Up-Mz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try again to make pg_isolation_regress work its build directory.

We can't search for the isolationtester binary until after we've set
up the environment, because otherwise when find_other_exec() tries
to invoke it with the -V option, it might fail for inability to
locate a working libpq. So postpone that step.

Andres Freund

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/061b88c732952c59741374806e1e41c1ec845d50

Modified Files
--------------
src/test/isolation/isolation_main.c | 33 ++++++++++++++++++++++++++-------
1 file changed, 26 insertions(+), 7 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-11-12 16:29:50 Re: [COMMITTERS] pgsql: Fix pg_isolation_regress to work outside its build directory.
Previous Message Robert Haas 2013-11-12 15:25:30 Re: pgsql: doc: Clarify under what circumstances pg_dump needs superuser ac