Re: pg_stats_recovery view - Mailing list pgsql-hackers

From Jaime Casanova
Subject Re: pg_stats_recovery view
Date
Msg-id CAJKUy5i05BKO=yPtCNFKiNwEe6WnYihkpBFH1+dAvXuYbhXagw@mail.gmail.com
Whole thread Raw
In response to Re: pg_stats_recovery view  (Magnus Hagander <magnus@hagander.net>)
Responses Re: pg_stats_recovery view  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: pg_stats_recovery view  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-hackers
On Thu, Feb 2, 2012 at 2:32 AM, Magnus Hagander <magnus@hagander.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


pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: Measuring relation free space
Next
From: Heikki Linnakangas
Date:
Subject: Re: SSI rw-conflicts and 2PC