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

From Abhijit Menon-Sen
Subject Re: pg_xlogdump --stats
Date
Msg-id 20140702030709.GA22813@toroid.org
Whole thread Raw
In response to Re: pg_xlogdump --stats  (Marti Raudsepp <marti@juffo.org>)
List pgsql-hackers
At 2014-07-02 04:20:31 +0300, marti@juffo.org wrote:
>
> As far as functionality goes, it does exactly what I needed it to do;
> the output is very clear.

Good to hear.

> You might also add units (kB/MB) to the table like pg_size_pretty,
> although that would make the magnitudes harder to gauge.

I think df-style -k/m/g switches might be useful to scale all printed
values. If we did that, we could also shrink the columns accordingly.
But that would also complicate the code a bit. I think it's better to
start with the simplest thing, and add more tweaks later.

-- Abhijit



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: buildfarm and "rolling release" distros
Next
From: Noah Misch
Date:
Subject: Re: TODO item: immutable date_trunc with timezone arg