Re: [HACKERS] Update on my 6.4.2 progress

Hannu Krosing <hannu@trust.ee>

From: Hannu Krosing <hannu@trust.ee>
To: Wayne Piekarski <wayne@senet.com.au>
Cc: pgsql-hackers@postgreSQL.org
Date: 1999-06-19T10:17:35Z
Lists: pgsql-hackers
Wayne Piekarski wrote:
> 
> I guess my next question is, can i comment out the fsync call?

if you ar confident in your os and hardware, you can 
pass the -F flag to backend and no fsyncs are done.

(add -o '-F' to postmaster startup line)

I think it is in some faq too.

--------------
Hannu