Re: pgsql: Document how to turn off disk write cache on popular operating - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Document how to turn off disk write cache on popular operating
Date
Msg-id 20071211084409.GB31937@svr2.hagander.net
Whole thread Raw
In response to pgsql: Document how to turn off disk write cache on popular operating  (momjian@postgresql.org (Bruce Momjian))
List pgsql-committers
On Mon, Dec 10, 2007 at 02:05:05PM +0000, Bruce Momjian wrote:
> Log Message:
> -----------
> Document how to turn off disk write cache on popular operating systems.
>
> Modified Files:
> --------------
>     pgsql/doc/src/sgml:
>         wal.sgml (r1.46 -> r1.47)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/wal.sgml?r1=1.46&r2=1.47)

Should this mention that you don't need to turn it off at the disk level if
you use fsync_writethrough?

//Magnus

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: check if linker supports --as-needed
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Use _USE_32BIT_TIME_T when building with MSVC.