Обсуждение: pgsql: Fix things so that fopen's, not only open's, pass

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

pgsql: Fix things so that fopen's, not only open's, pass

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETE
and other special flags on Windows.  May fix intermittent 'Permission
denied' errors.  Magnus Hagander

Modified Files:
--------------
    pgsql/src/include:
        port.h (r1.96 -> r1.97)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.96&r2=1.97)
    pgsql/src/port:
        open.c (r1.13 -> r1.14)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/open.c.diff?r1=1.13&r2=1.14)