From:
Magnus Hagander <magnus(at)hagander(dot)net>
To:
Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Cc:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tomas Vondra <tv(at)fuzzy(dot)cz>
Subject:
Re: PATCH: regular logging of checkpoint progress
Date:
2011-09-02 15:23:13
Message-ID:
CABUevEzAe1kw3RQjDyMR_kpODt5=YV+kmAis3LJxcyM9cRA_QA@mail.gmail.com (view raw or flat )
Thread:
2011-08-25 20:57:11 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-25 22:18:15 from Josh Berkus <josh(at)agliodbs(dot)com>
2011-08-25 22:39:14 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-25 23:49:15 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-26 07:35:05 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-08-26 08:46:33 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-27 04:01:39 from Noah Misch <noah(at)2ndQuadrant(dot)com>
2011-08-27 07:39:14 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-08-27 13:57:16 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-29 05:47:56 from Noah Misch <noah(at)2ndQuadrant(dot)com>
2011-08-29 11:44:12 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-26 07:54:19 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-08-26 17:17:05 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-08-26 18:07:10 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-08-26 18:01:39 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-01 19:59:56 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 07:47:26 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-09-02 09:01:00 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 10:45:34 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-09-02 13:25:09 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 13:44:42 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-09-02 14:13:19 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-02 15:10:12 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 15:18:31 from Jaime Casanova <jaime(at)2ndquadrant(dot)com>
2011-09-02 15:23:13 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-09-03 06:19:14 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-09-05 23:52:52 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-06 02:58:53 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-09-19 14:55:23 from Greg Smith <greg(at)2ndQuadrant(dot)com>
2011-09-19 15:19:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-19 18:42:53 from Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
2011-09-02 15:02:04 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 15:08:45 from Magnus Hagander <magnus(at)hagander(dot)net>
2011-09-02 15:13:03 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 18:46:27 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-09-02 19:00:55 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 15:14:36 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
2011-09-02 18:43:16 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2011-09-02 18:48:24 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-02 19:09:52 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 19:23:07 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-02 19:52:37 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 20:04:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2011-09-05 23:07:12 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
2011-09-02 17:09:42 from Robert Haas <robertmhaas(at)gmail(dot)com>
2011-09-02 18:54:05 from "Tomas Vondra" <tv(at)fuzzy(dot)cz>
Lists:
pgsql-hackers
On Sep 2, 2011 5:18 PM, "Jaime Casanova" <jaime(at)2ndquadrant(dot)com> wrote:
>
> On Fri, Sep 2, 2011 at 10:10 AM, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
> >
> > My 'ideal' solution would be either to add another GUC (to turn this
> > on/off) or allow log_checkpoints to have three values
> >
> > log_checkpoints = {off, normal, detailed}
> >
>
> +1 on make it an enum but i prefer values {on, off, verbose}
>
> where "on" will log just the same as now
Yeah, keeping on and off working the same way as they do today is a feature
on itself.
/Magnus
In response to
pgsql-hackers by date
Next :From: Alvaro HerreraDate: 2011-09-02 15:38:28
Subject : Re: pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge
Previous :From : Bruce MomjianDate : 2011-09-02 15:20:50
Subject : Re: pgsql: Remove "fmgr.h" include in cube
contrib --- caused crash on a Ge