fsync under win32

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: pgsql-patches(at)postgresql(dot)org
Subject: fsync under win32
Date: 2005-06-16 13:49:35
Message-ID: 42B1836F.90902@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The latest fsync patch broke win32 build. There's no fsync under win32,
so the #define fsync(fd) _commit(fd) which was removed from port/win32.h
in version 1.45 is still necessary.

Regards,
Andreas

Attachment Content-Type Size
fsync-win32.patch text/plain 458 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-06-16 14:27:27 Re: Escape handling in strings
Previous Message Tom Lane 2005-06-16 12:56:31 Re: Escape handling in strings