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

From Tom Lane
Subject pgsql: Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Mak
Date
Msg-id E1TU4Vk-0003PN-1l@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Limit the number of rel sets considered in consider_index_join_o
Next
From: Tom Lane
Date:
Subject: pgsql: Fix bogus handling of $(X) (i.e., ".exe") in isolationtester Mak