Re: SET FSYNC command?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <t-ishii@sra.co.jp>
Cc: pgsql-hackers@postgresql.org
Date: 2000-05-31T06:20:55Z
Lists: pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes: > Also if we have that command, I wonder it would be safe to issue on > the fly. I believe it is safe now, following the changes I made last month to the buffer-sync algorithm. It surely was not safe before to run with different fsync settings in different backends. regards, tom lane