Re: Disaster!

From: Manfred Spraul <manfred(at)colorfullife(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Disaster!
Date: 2004-01-25 10:30:19
Message-ID: 40139ABB.8070605@colorfullife.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greg Stark wrote:

>I do know that AFS returns quota failures on close. This was unusual enough
>that when AFS was deployed at school unix tools failed left and right over
>precisely this issue. Though it mostly just meant they returned the wrong exit
>status.
>
That means
open();
write();
sync();

could succeed, but the data is not stored on disk, correct?

--
Manfred

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message V i s h a l Kashyap @ [Sai Hertz And Control Systems] 2004-01-25 11:09:13 Select query inside function must read commited data
Previous Message David Fetter 2004-01-25 09:29:15 Re: Named arguments in function calls