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

Lists: pgsql-committers
From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use _dosmaperr() to deal with errors opening files in
Date: 2007-11-30 11:16:43
Message-ID: 20071130111643.6F5B87540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

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)


From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use _dosmaperr() to deal with errors opening files in
Date: 2007-11-30 15:35:36
Message-ID: 2183.1196436936@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

mha(at)postgresql(dot)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


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use _dosmaperr() to deal with errors opening files in
Date: 2007-11-30 15:40:15
Message-ID: 20071130154015.GC22321@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Fri, Nov 30, 2007 at 10:35:36AM -0500, Tom Lane wrote:
> mha(at)postgresql(dot)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


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use _dosmaperr() to deal with errors opening files in
Date: 2007-11-30 16:21:53
Message-ID: 20071130162153.GA23057@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

On Fri, Nov 30, 2007 at 10:35:36AM -0500, Tom Lane wrote:
> mha(at)postgresql(dot)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