pgsql: Use _dosmaperr() to deal with errors opening files in
Log Message:
-----------
Use _dosmaperr() to deal with errors opening files in pgwin32_open().
Per complaint from Alvaro and subsequent discussion.
Modified Files:
--------------
pgsql/src/port:
open.c (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c?r1=1.21&r2=1.22)
mha@postgresql.org (Magnus Hagander) writes:
Use _dosmaperr() to deal with errors opening files in pgwin32_open().
The buildfarm isn't happy with this patch :-(
regards, tom lane
On Fri, Nov 30, 2007 at 10:35:36AM -0500, Tom Lane wrote:
mha@postgresql.org (Magnus Hagander) writes:
Use _dosmaperr() to deal with errors opening files in pgwin32_open().
The buildfarm isn't happy with this patch :-(
Bleh. Mingw. I'm on it.
//Magnus
On Fri, Nov 30, 2007 at 10:35:36AM -0500, Tom Lane wrote:
mha@postgresql.org (Magnus Hagander) writes:
Use _dosmaperr() to deal with errors opening files in pgwin32_open().
The buildfarm isn't happy with this patch :-(
Should be fixed now.
//Magnus