Re: Simplifying wal_sync_method
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: "Joshua D. Drake" <jd@commandprompt.com>, Alvaro Herrera <alvherre@alvh.no-ip.org>, Marko Kreen <marko@l-t.ee>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2005-08-09T03:55:03Z
Lists: pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes: >> fsync_writethrough only works on Win32 the postgresql.conf should >> reflect that. > Right now what wal_sync_method supports isn't clear at all. Yeah. I think we had a TODO to figure out a way for the assign_hook to report back exactly which values *are* allowed on the current platform. Constructing the message for this doesn't seem very difficult, but the rules about when assign_hooks can issue their own elog message seem to constrain the usefulness... regards, tom lane