]> granicus.if.org Git - postgresql/commit
Try again to make pg_isolation_regress work its build directory.
authorRobert Haas <rhaas@postgresql.org>
Tue, 12 Nov 2013 16:23:47 +0000 (11:23 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 12 Nov 2013 16:23:47 +0000 (11:23 -0500)
commit061b88c732952c59741374806e1e41c1ec845d50
treecbfe264d8d7cbfdd4a10deb7a3e326871935ca2a
parent9cab81b5721b1a64c8e31feebbc0ae5efd6ddf71
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
src/test/isolation/isolation_main.c