Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane doesn't want this patch applied. I assume he will give further
> guidance. Thanks.
The changes to dllist.c are obviously broken; also, the multibyte
linking issue is valid across all platforms and should not be solved by
#ifdef WIN32 kluges. I don't have a problem with the makefile changes,
though.
>> I alsi removed definition WIN32_NON_BLOCKING_CONNECTIONS
>> from fe-connect.c to win32.h.
Since this seems to work now, I'm inclined to remove both the symbol and
the #if tests on it, so that we can have some code de-cluttering instead
of increased clutter.
regards, tom lane