Re: Contrib PROGRAM problem

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Contrib PROGRAM problem
Дата
Msg-id 20130118215246.GI4063@alvh.no-ip.org
обсуждение исходный текст
Ответ на Contrib PROGRAM problem  (Boszormenyi Zoltan <zb@cybertec.at>)
Ответы Re: Contrib PROGRAM problem  (Boszormenyi Zoltan <zb@cybertec.at>)
Список pgsql-hackers
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.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Contrib PROGRAM problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Event Triggers: adding information