pgsql: Remove dependency on wsock32.lib in favor of ws2_32

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Remove dependency on wsock32.lib in favor of ws2_32
Дата
Msg-id E1X71ic-0002SO-Eb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove dependency on wsock32.lib in favor of ws2_32

ws2_32 is the new version of the library that should be used, as
it contains the require functionality from wsock32 as well as some
more (which is why some binaries were already using ws2_32).

Michael Paquier, reviewed by MauMau

Branch
------
master

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

Modified Files
--------------
configure                      |    2 +-
configure.in                   |    2 +-
contrib/pgcrypto/Makefile      |    2 +-
src/interfaces/libpq/Makefile  |    2 +-
src/interfaces/libpq/win32.c   |    3 ---
src/interfaces/libpq/win32.mak |    2 +-
src/test/thread/README         |    2 +-
src/tools/msvc/Mkvcbuild.pm    |   13 +++++--------
8 files changed, 11 insertions(+), 17 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Move view reloptions into their own varlena struct
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add missing serial commas