Re: win32 socket definition

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: win32 socket definition
Дата
Msg-id 9837222c1001091348l1b086f4h826dd08a300d515b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: win32 socket definition  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: win32 socket definition  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Wed, Jan 6, 2010 at 22:42, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Is there a good trick to find out if you've touched every place you
>> need to, because I'm very unsure I have. I don't even get a warning in
>> more than those two places, but there ought to be some way to trick
>> the system to tell me?
>
> Can't think of one, but you could try grepping for the socket-related
> syscalls to see what variables are referenced there.

Found two more by going over it again that way.

Unless there are objections, I will apply this version tomorrow.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Вложения

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

Предыдущее
От: Tim Bunce
Дата:
Сообщение: Re: Feature patch 1 for plperl [PATCH]
Следующее
От: Alex Hunsaker
Дата:
Сообщение: Re: Setting oom_adj on linux?