Re: [HACKERS] Checkpoint request failed on version 8.2.1.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Takayuki Tsunakawa <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>, "Jim C(dot) Nasby" <jim(at)nasby(dot)net>, Patrick Earl <patearl(at)patearl(dot)net>, pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Checkpoint request failed on version 8.2.1.
Date: 2007-01-16 16:20:51
Message-ID: 45ACFB63.4040607@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane wrote:
> Magnus Hagander <magnus(at)hagander(dot)net> writes:
>
>> And actually, when I look at the API docs, our case now seems to be
>> documented. Or am I misreading our situation. I have:
>>
>
>
>> "If you call CreateFile on a file that is pending deletion as a result
>> of a previous call to DeleteFile, the function fails. The operating
>> system delays file deletion until all handles to the file are closed.
>> GetLastError returns ERROR_ACCESS_DENIED."
>>
>
> We are not calling CreateFile ... we're just trying to open the thing.
>
>

see src/port/open.c - pgwin32_open() calls CreateFile().

cheers

andrew

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Yudie Pg 2007-01-16 16:38:22 Re: Indexes on array columns
Previous Message Magnus Hagander 2007-01-16 16:16:06 Re: [HACKERS] Checkpoint request failed on version 8.2.1.

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-01-16 16:46:53 Re: Function execution costs 'n all that
Previous Message Magnus Hagander 2007-01-16 16:16:06 Re: [HACKERS] Checkpoint request failed on version 8.2.1.