Why is 'wal_level' listed next to 'fsync' in postgresql.conf?

        #wal_level = 'hot_standby'              # minimal, archive, or 
hot_standby
        #fsync = on                             # turns forced synchronization 
on or off
        #synchronous_commit = on                # immediate fsync at commit
        #wal_sync_method = fsync                # the default is the first 
option

Seems it should be in the archiving section.  

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to