2010/2/16 Fujii Masao <[email protected]>: > On Tue, Feb 16, 2010 at 1:33 AM, Magnus Hagander <[email protected]> wrote: >> 2010/2/15 Tom Lane <[email protected]>: >>> Magnus Hagander <[email protected]> writes: >>>> I changed your patch to this, because I find it a lot simpler. The >>>> change is in the checking in pgwin32_recv - there is no need to ever >>>> call waitforsinglesocket, we can just exit out early. > > Thanks a lot, Magnus! > >>>> Do you see any issue with that? >>> >>> This definitely looks cleaner, but is there a reason not to use bool >>> instead of int here? >> >> No. > > Can include/port/win32.h refer to bool type?
Nope, you're correct, it can't. Committed without that. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
