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

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Use _dosmaperr() to deal with errors opening files in
Дата
Msg-id 20071130111643.6F5B87540F0@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use _dosmaperr() to deal with errors opening files in
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Use _dosmaperr() to deal with errors opening files in
Следующее
От: heder@pgfoundry.org (User Heder)
Дата:
Сообщение: randdataset - randdataset: * added missing AC_CHECK_LIB(m,sqrt) thanks