non-blocking libpq under win32

From: Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: non-blocking libpq under win32
Date: 2003-08-24 21:19:56
Message-ID: 3F492BFC.4080809@web.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The attached patch reenables non-blocking operation under win32.

The global variable was left uninitialized, so the compiler would
silently make it 0. This resulted in connectMakeNonblocking() setting
nonblocking to zero, i.e. blocking.

Regards,
Andreas

Attachment Content-Type Size
fe-connect.h.patch text/plain 370 bytes

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-08-24 21:34:23 Re: Russian NLS updates
Previous Message Alvaro Herrera 2003-08-24 20:15:24 psql spanish l10n