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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some debug logging code to AllocateFile's failure path to log
Date: 2006-08-24 03:15:43
Message-ID: 20060824031543.8003F9FB285@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-08-24 05:44:38 psqlodbc - psqlodbc: make up for a deficiency.
Previous Message Bruce Momjian 2006-08-24 01:41:06 pgsql: Update XML2 documentation for xpath_table().