From: | Jaime Casanova <jaime(at)2ndquadrant(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, Bernd Helmle <mailings(at)oopsware(dot)de>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_stats_recovery view |
Date: | 2012-02-14 07:10:58 |
Message-ID: | CAJKUy5i05BKO=yPtCNFKiNwEe6WnYihkpBFH1+dAvXuYbhXagw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Feb 2, 2012 at 2:32 AM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
> I haven't looked through the code in detail, but one direct comment:
> do we really need/want to send this through the stats collector? It
> will only ever have one sender - perhaps we should just either store
> it in shared memory or store it locally and only send it on demand?
>
fyi, i intend to send a reworked patch later today, it will store the
info locally and send it on demand.
about the _short_desc functions, i added that because i wanted to
understand what was happening during recovery and the wal_record_type
(xl_info) being a number is not that clear
--
Jaime Casanova www.2ndQuadrant.com
Professional PostgreSQL: Soporte 24x7 y capacitación
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2012-02-14 08:04:15 | Re: SSI rw-conflicts and 2PC |
Previous Message | Jaime Casanova | 2012-02-14 07:04:26 | Re: Measuring relation free space |