Re: pg_xlogdump --stats

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_xlogdump --stats
Date: 2014-07-01 13:39:57
Message-ID: CABRT9RAzGowqLFcEE8aF6VdPoFEy+P9gmu7ktGRzw0dgRwVr9Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 4, 2014 at 1:47 PM, Abhijit Menon-Sen <ams(at)2ndquadrant(dot)com> wrote:
> Here's a patch to make pg_xlogdump print summary statistics instead of
> individual records.

Thanks! I had a use for this feature so I backported the (first) patch
to PostgreSQL 9.3. It's a rush job so it's ugly and may have bugs, but
it works for me. Just posting here, maybe someone else will find it
useful too.

Regards,
Marti

Attachment Content-Type Size
xlogdiff_stats_93.patch.gz application/x-gzip 7.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2014-07-01 14:05:37 Re: Patch to send transaction commit/rollback stats to the stats collector unconditionally.
Previous Message Simon Riggs 2014-07-01 13:17:35 Re: pgaudit - an auditing extension for PostgreSQL