Try again to make pg_isolation_regress work its build directory.

Robert Haas <rhaas@postgresql.org>

Commit: 061b88c732952c59741374806e1e41c1ec845d50
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-11-12T16:23:47Z
Releases: 9.4.0
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

Files

PathChange+/−
src/test/isolation/isolation_main.c modified +26 −7