wal_mode in postgresql.conf

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: wal_mode in postgresql.conf
Date: 2010-05-13 15:20:56
Message-ID: 201005131520.o4DFKuN25395@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2010-05-13 15:22:50 Re: wal_level in postgresql.conf
Previous Message Magnus Hagander 2010-05-13 15:19:46 Re: pg_upgrade code questions