Re: pg_xlogdump --stats - Mailing list pgsql-hackers

From Abhijit Menon-Sen
Subject Re: pg_xlogdump --stats
Date
Msg-id 20140630064926.GX31357@toroid.org
Whole thread Raw
In response to Re: pg_xlogdump --stats  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
List pgsql-hackers
At 2014-06-30 12:05:06 +0530, ams@2ndQuadrant.com wrote:
>
> It may be that the best thing to do would be to avoid using
> optional_argument altogether, and have separate --stats and
> --stats-per-record options. Thoughts?

That's what I've done in the attached patch, except I've called the new
option --record-stats. Both options now use no_argument. This should
apply on top of the diff I posted a little while ago.

-- Abhijit

Attachment

pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: pg_xlogdump --stats
Next
From: Etsuro Fujita
Date:
Subject: Re: inherit support for foreign tables