CHECKPOINT_WARNING GUC variable addition

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: CHECKPOINT_WARNING GUC variable addition
Date: 2002-11-13 00:47:44
Message-ID: 200211130047.gAD0liw28231@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

The following patch adds a GUC variable CHECKPOINT_WARNING which
generates a server log message if the checkpoint caused by WAL file
filling happens more frequently than (default) 30 seconds.

--
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 5.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2002-11-13 01:08:43 Re: CLUSTER ALL patch
Previous Message Bruce Momjian 2002-11-12 20:14:52 Re: pgcrypto/openssl fix