pgsql: Use _dosmaperr() to deal with errors opening files in

Started by Magnus Haganderover 18 years ago4 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Magnus Hagander (#1)
Re: pgsql: Use _dosmaperr() to deal with errors opening files in

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

#3Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#2)
Re: pgsql: Use _dosmaperr() to deal with errors opening files in

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

#4Magnus Hagander
magnus@hagander.net
In reply to: Tom Lane (#2)
Re: pgsql: Use _dosmaperr() to deal with errors opening files in

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