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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove temporary Windows-specific debugging code; it seems the
Date: 2006-11-06 17:10:22
Message-ID: 20061106171022.CC1859FA136@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sdanforth 2006-11-06 18:14:20 bizgres - bizgres: Added inheritAll=false to compileKETL target to fix
Previous Message Tom Lane 2006-11-06 17:00:30 pgsql: Update release notes in preparation for RC1.