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

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

This has long been done by the MSVC build system, and has caused
confusion in the past when programs like psql have failed to start
because they can't find the DLL. If it's in the same directory as it now
will be they will find it.

Backpatch to all live branches.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ae3c98b9b10659e9d9c1dfb375624b0e6a299b30

Modified Files
--------------
src/interfaces/libpq/Makefile |    9 +++++++++
1 file changed, 9 insertions(+)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: arrays: tighten checks for multi-dimensional input
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.