Обсуждение: pgsql: Use _dosmaperr() to deal with errors opening files in

Поиск
Список
Период
Сортировка

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

От
mha@postgresql.org (Magnus Hagander)
Дата:
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)

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

От
Tom Lane
Дата:
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

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

От
Magnus Hagander
Дата:
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

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

От
Magnus Hagander
Дата:
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