Re: win32 socket definition

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Magnus Hagander <magnus@hagander.net>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-06T21:42:09Z
Lists: pgsql-hackers
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.

			regards, tom lane