pgsql: Fix test_fsync compile on MinGW(win32) Hiroshi Saito

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix test_fsync compile on MinGW(win32) Hiroshi Saito
Date: 2006-10-13 14:19:30
Message-ID: 20061013141930.112AD9FB2AC@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix test_fsync compile on MinGW(win32)

Hiroshi Saito

Modified Files:
--------------
pgsql/src/tools/fsync:
Makefile (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/fsync/Makefile.diff?r1=1.2&r2=1.3)
test_fsync.c (r1.13 -> r1.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/fsync/test_fsync.c.diff?r1=1.13&r2=1.14)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-10-13 15:21:10 psqlodbc - psqlodbc: added a revision history.
Previous Message Teodor Sigaev 2006-10-13 14:00:46 pgsql: Fix infinite sleep and failes of send in Win32.