Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
В списке pgsql-committers по дате отправления:
| От | 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.
|
| Список | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера