Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Дата
Msg-id 23314.1391300063@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> Copy the libpq DLL to the bin directory on Mingw and Cygwin.

AFAICT, this patch set is completely broken.

The buildfarm shows that every build attempt on the 8.4 branch has
failed since it went in.  This is because MKDIR_P isn't defined in
that branch; you need to use $(mkinstalldirs) instead.  However,
the bigger problem is the fact that non-Windows platforms are even
reaching that code; apparently, your if-logic is wrong.  Testing
shows that libpq.so is getting installed into the bindir in HEAD
on my quite definitely not Windows system.

            regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix some wide-character bugs in the text-search parser.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.