pgsql: Add description: > > O_DIRECT doesn't have the same media

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add description: > > O_DIRECT doesn't have the same media
Date: 2005-06-04 16:53:48
Message-ID: 20050604165348.94FBF528B7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add description:
>
> O_DIRECT doesn't have the same media write guarantees as fsync, so it
> is in addition to the fsync method, not in place of it.
>

Modified Files:
--------------
pgsql/doc:
TODO (r1.1544 -> r1.1545)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1544&r2=1.1545)
pgsql/doc/src/FAQ:
TODO.html (r1.51 -> r1.52)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.51&r2=1.52)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-04 18:12:39 pgsql: Add: > * Allow pg_ctl to work properly with configuration files
Previous Message Bruce Momjian 2005-06-04 15:45:46 Re: pgsql: Fix NUMERIC modulus to properly truncate