Re: Re: pgsql: add EPERM to the list of return codes to expect from opening

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, Greg Stark <stark(at)postgresql(dot)org>, "<pgsql-hackers(at)postgresql(dot)org>" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: pgsql: add EPERM to the list of return codes to expect from opening
Date: 2010-03-01 18:35:19
Message-ID: 4B8C08E7.40703@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Greg Stark wrote:
> So fwiw Narwhal says EACCESS is working.
>
>

dawn_bat is also working. Both of these build using Mingw/gcc, not MSVC.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-03-01 20:55:45 pgsql: Fix numericlocale psql option when used with a null string and
Previous Message Tom Lane 2010-03-01 18:08:41 pgsql: Fix contrib/xml2 so regression test still works when it's built

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-03-01 18:39:01 Make plpgsql throw error for SELECT ... INTO rowtypevar , ... ?
Previous Message Greg Smith 2010-03-01 18:26:09 Re: Re: Hot Standby query cancellation and Streaming Replication integration