Fix pg_isolation_regress to work outside its build directory.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/isolation_main.c | modified | +14 −2 |
| src/test/isolation/isolationtester.c | modified | +4 −1 |
| src/test/regress/pg_regress.c | modified | +1 −1 |
| src/test/regress/pg_regress.h | modified | +1 −1 |
| src/test/regress/pg_regress_main.c | modified | +1 −1 |