Re: Permission denied on fsync / Win32 (was right - Mailing list pgsql-bugs

From Peter Brant
Subject Re: Permission denied on fsync / Win32 (was right
Date
Msg-id 4444EE79020000BE00002F80@gwmta.wicourts.gov
Whole thread Raw
In response to Re: Permission denied on fsync / Win32 (was right  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
It happens often enough and the episodes last long enough that grabbing
a handle dump while this is going on should be easily done.

Regarding the Win32 error code, backend/storage/file/fd.c calls
_commit().
http://msdn2.microsoft.com/en-us/library/17618685(VS.80).aspx   It looks
like it is already using errno to report errors.  Will GetLastError()
return something useful there?

Pete

>>> Tom Lane <tgl@sss.pgh.pa.us> 04/18/06 7:35 pm >>>
Probably be good if someone can experimentally confirm that (and
confirm
exactly which underlying Win32 error code it is) before we think about
how to fix it.

pgsql-bugs by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Permission denied on fsync / Win32 (was right
Next
From: Tom Lane
Date:
Subject: Re: Permission denied on fsync / Win32 (was right