Re: Contrib PROGRAM problem

From: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Contrib PROGRAM problem
Date: 2013-01-18 22:19:01
Message-ID: 50F9CA55.6050503@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2013-01-18 22:52 keltezéssel, Alvaro Herrera írta:
> Boszormenyi Zoltan wrote:
>
>
>> I want to test my lock_timeout code under Windows and
>> I compiled the whole PG universe with the MinGW cross-compiler
>> for 64-bit under Fedora 18.
>>
>> The problem contrib directories where Makefile contains
>> PROGRAM = ...
>> The executables binaries are created without the .exe suffix. E.g.:
> I think you should be able to solve this by adding the $(X) suffix to
> the $(PROGRAM) rule at the bottom of src/makefiles/pgxs.mk.
>

Do you mean the attached patch? It indeed fixes the build.

Best regards,
Zoltán Böszörményi

--
----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
Gröhrmühlgasse 26
A-2700 Wiener Neustadt, Austria
Web: http://www.postgresql-support.de
http://www.postgresql.at/

Attachment Content-Type Size
pgxs-fix.patch text/x-patch 350 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message giomac 2013-01-18 22:19:48 BUG #7815: Upgrading PostgreSQL from 9.1 to 9.2 with pg_upgrade/postgreql-setup fails - invalid status retrieve
Previous Message Tom Lane 2013-01-18 22:12:49 Re: Event Triggers: adding information