Bruce Momjian wrote:
> 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.
Sorry, subject was wrong. I am asking about 'wal_level'.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-05-13 15:37:30 |
| Subject: Re: pg_upgrade code questions |
| Previous: | From: Bruce Momjian | Date: 2010-05-13 15:20:56 |
| Subject: wal_mode in postgresql.conf |