close() vs. closesocket()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема close() vs. closesocket()
Дата
Msg-id 200304241835.h3OIZ2s04294@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: close() vs. closesocket()
Список pgsql-hackers
Looking at libpq, you can see Win32 requires closesocket() while Unix
uses just uses close().

I have to add this type of change to the backend for Win32, so I am
inclined to make all the socket close calls closesocket() and #define
that as close() on Unix?  It would remove quite a few Win32 defs from
libpq too.

Comments?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 



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

Предыдущее
От: Alice Lottini
Дата:
Сообщение: table creation using backend functions
Следующее
От: "Robert Dyas"
Дата:
Сообщение: Re: query optimization scenarios 17,701 times faster!!!