pgsql: Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Mak

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Mak
Date: 2012-11-01 23:49:20
Message-ID: E1TU4Vk-0003PN-1l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Makefile.

I'm not sure why commit 1eb1dde049ccfffc42c80c2bcec14155c58bcc1f seems
to have made this start to fail on Cygwin when it never did before ---
but nonetheless, the coding was pretty bogus, and unlike the way we
handle $(X) anywhere else. Per buildfarm.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2f5390aacc7b7ff297dcfeaeab40dae8bb3943c9

Modified Files
--------------
src/test/isolation/Makefile | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-11-02 02:58:51 pgsql: Fix typo
Previous Message Tom Lane 2012-11-01 18:09:01 pgsql: Limit the number of rel sets considered in consider_index_join_o