Обсуждение: pgsql: Remove temporary Windows-specific debugging code; it seems the

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

pgsql: Remove temporary Windows-specific debugging code; it seems the

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Remove temporary Windows-specific debugging code; it seems the problem
with fopen() not using FILE_SHARE_DELETE was indeed the bug we were after,
given lack of recent reports.

Modified Files:
--------------
    pgsql/src/backend/storage/file:
        fd.c (r1.130 -> r1.131)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.130&r2=1.131)