Обсуждение: pgsql: Add some debug logging code to AllocateFile's failure path to log

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

pgsql: Add some debug logging code to AllocateFile's failure path to log

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Add some debug logging code to AllocateFile's failure path to log the
specific Windows error code (GetLastError).  This is a hopefully temporary
hack to try to diagnose rare failures.  Magnus Hagander

Modified Files:
--------------
    pgsql/src/backend/storage/file:
        fd.c (r1.128 -> r1.129)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/file/fd.c.diff?r1=1.128&r2=1.129)