Disable WAL backup pages when fsync is off

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Disable WAL backup pages when fsync is off
Date: 2005-07-03 03:01:23
Message-ID: 200507030301.j6331NP27740@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The following patch disables WAL backup pages when fsync is off.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 899 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-07-03 04:19:28 Re: enable/disable trigger (Re: Fwd: [HACKERS] Open items)
Previous Message Bruce Momjian 2005-07-03 02:47:19 Re: Implementing SELECT FOR UPDATE [NOWAIT]