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

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
Thread:
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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-30 18:38:34 pgsql: Repair bug that allowed RevalidateCachedPlan to attempt to
Previous Message Magnus Hagander 2007-11-30 16:21:22 pgsql: Add win32error.c to libpq, needed to resolve _dosmaperr.