Re: Add support for entry counting in pgstats - Mailing list pgsql-hackers

From Keisuke Kuroda
Subject Re: Add support for entry counting in pgstats
Date
Msg-id CANDwgg+-yv-TZQ+45R2RMgo=ueF1yfFMn=A1gXJUokK+ExTNEg@mail.gmail.com
Whole thread Raw
In response to Re: Add support for entry counting in pgstats  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Testing via the Injection Point has been successfully completed.

> The option is named track_counts.
Regarding the option name track_counts in PgStat_KindInfo.
In my personal opinion, I was just wondering that it shares
the same name as the GUC track_counts(pgstat_track_counts in the source code).
If we want to make it clearer, renaming it to track_entry_counts
could be one option.
(That said, I feel the GUC track_counts option has a mismatch
between its role and its name...)

Best Regards,
-- 
Keisuke Kuroda
NTT DOCOMO SOLUTIONS, Inc.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inconsistent Behavior of GROUP BY ROLLUP in v17 vs master
Next
From: Peter Smith
Date:
Subject: Re: [WIP]Vertical Clustered Index (columnar store extension) - take2