pgsql: Fix some portability issues in isolation regression test driver. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix some portability issues in isolation regression test driver.
Date
Msg-id E1QJDfU-0003oI-1a@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eff223ffd74eed268f35d693462969f7f75632d2

Modified Files
--------------
src/test/isolation/Makefile          |    4 ++--
src/test/isolation/isolation_main.c  |    2 +-
src/test/isolation/isolationtester.c |    6 ++----
src/test/isolation/specparse.y       |    5 +----
4 files changed, 6 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add C comment why client encoding can be set in pg_upgrade.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Fix broken pg_dump query.