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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)