Re: WIN32 errno patch
Ian Lance Taylor <ian@airs.com>
From: Ian Lance Taylor <ian@airs.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mikhail Terekhov <terekhov@emc.com>, pgsql-hackers@postgresql.org
Date: 2001-08-09T23:06:22Z
Lists: pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes: > > (Then you have to write sock_strerror.) > > Surely Windows provides a suitable function? Yes, but it doesn't have the same calling convention. Ian