Reduce the number of special cases to build contrib modules on windows

Поиск
Список
Период
Сортировка
От David Rowley
Тема Reduce the number of special cases to build contrib modules on windows
Дата
Msg-id CAApHDvoPULi5JW3933NxgwxOmu9Ncvpcyt87UhEHAUX16QqmpA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Reduce the number of special cases to build contrib modules on windows
Список pgsql-hackers
Hi,

At the moment we do very basic parsing of makefiles to build the
visual studio project file in order to build our contrib modules on
MSVC.  This parsing is quite basic and still requires a number of
special cases to get enough information into the project file in order
for the build to succeed.  It might be nice if we could reduce some of
those special cases so that:

a) We reduce the amount of work specific to windows when we add new
contrib modules, and;
b) We can work towards a better way for people to build their own
extensions on windows.

I admit to not being much of an expert in either perl or make, but I
came up with the attached which does allow a good number of the
special cases to be removed.

I'm keen to get some feedback on this idea.

Patch attached.

David

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Online checksums verification in the backend
Следующее
От: Peter Eisentraut
Дата:
Сообщение: hash_array_extended() needs to pass down collation