pgsql: Fix some portability issues in isolation regression test driver.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some portability issues in isolation regression test driver.
Date: 2011-05-08 23:45:44
Message-ID: E1QJDfU-0003oI-1a@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-05-09 02:17:02 Re: pgsql: Fix broken pg_dump query.
Previous Message Bruce Momjian 2011-05-08 02:30:47 pgsql: Add C comment why client encoding can be set in pg_upgrade.