Re: True ACID under linux (no fsync)?

From: markw <markw(at)mohawksoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: True ACID under linux (no fsync)?
Date: 2000-10-31 19:19:26
Message-ID: 39FF1B3E.8FC70317@mohawksoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Gary Howland (During daytime)" wrote:

> Hi,
>
> Just a quickie - I heard that linux does not have a working fsync() call
> (it has no concept of raw devices). In other words, fsync cannot be used
> to ensure that data is on disk (try it with a floppy - it returns IMMEDIATELY!!! - long before the write finishes)

Are you sure? Where is this information?

> This is for ALL linuxes.
>
> Does this mean that postgres is unrealiable (or non ACID-conforming) under linux?
>
> Gary
>
> --
> Friends help you move.
> Real friends help you move bodies.
>
> _______________________________________________________________________
>
> Free Unlimited Internet Access! Try it now!
> http://www.zdnet.com/downloads/altavista/index.html
>
> _______________________________________________________________________

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bryan White 2000-10-31 19:27:32 pg_check 0.1.3 is now Available
Previous Message markw 2000-10-31 19:02:01 Re: how good is PostgreSQL