True ACID under linux (no fsync)?

From: Gary Howland (During daytime) <gary-daytime(at)hotlava(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: True ACID under linux (no fsync)?
Date: 2000-10-31 14:01:43
Message-ID: 20001031140143.27596.cpmta@c012.sfo.cp.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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)

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

_______________________________________________________________________

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Lang 2000-10-31 14:11:18 Re: postgres on redhat 7.0
Previous Message Marko Kreen 2000-10-31 12:57:10 Re: logical operators