Fix some portability issues in isolation regression test driver.
Tom Lane <tgl@sss.pgh.pa.us>
Fix some portability issues in isolation regression test driver. Remove random system #includes in favor of using postgres_fe.h. (The alternative to that is letting this module grow its own configuration testing ability...) Also fix the "make clean" target to actually clean things up. Per local testing.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/isolation_main.c | modified | +1 −1 |
| src/test/isolation/isolationtester.c | modified | +2 −4 |
| src/test/isolation/Makefile | modified | +2 −2 |
| src/test/isolation/specparse.y | modified | +1 −4 |