OSDN Git Service

Fix some portability issues in isolation regression test driver.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 May 2011 23:44:12 +0000 (19:44 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 May 2011 23:45:00 +0000 (19:45 -0400)
commiteff223ffd74eed268f35d693462969f7f75632d2
tree0f9733a18830c015465f916f25975955add056f3
parente6a740284291d1ebaca42b2954eb20e09daac9b9
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.
src/test/isolation/Makefile
src/test/isolation/isolation_main.c
src/test/isolation/isolationtester.c
src/test/isolation/specparse.y