From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Takahiro Itagaki <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Cedric Villemain <cedric(dot)villemain(at)dalibo(dot)com> |
Subject: | Re: Buffer statistics for pg_stat_statements |
Date: | 2010-01-04 03:19:33 |
Message-ID: | 603c8f071001031919k6c5c4c56uda0422a8ade2dad4@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sun, Jan 3, 2010 at 10:17 PM, Takahiro Itagaki
<itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp> wrote:
> Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
>> I have reviewed this patch and I think it looks pretty good. A couple
>> of minor nits:
>>
>> - There are needless whitespace changes in the definition of struct
>> Counters. The changes to the existing four members should be
>> reverted, and the new members should be made to match the existing
>> members.
>
> That's because the 'shared_blks_written' field is too long to keep the
> existing indentations. Since we still have some rooms in 80 columns,
> I'd like to change all of them as the previous patch.
I don't necessarily know what the right thing to do with the new ones
is, but I am pretty sure that pg_indent will revert any changes you
make to the existing ones. Assuming that's so, it doesn't make sense
to change them.
...Robert
From | Date | Subject | |
---|---|---|---|
Next Message | David E. Wheeler | 2010-01-04 03:21:29 | Re: PATCH: Add hstore_to_json() |
Previous Message | Takahiro Itagaki | 2010-01-04 03:17:36 | Re: Buffer statistics for pg_stat_statements |