Should fix a comment referring to stats collector?
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2022-07-29T13:05:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-Modified-a-comment-referring-to-stats-collector.patch (text/x-diff) patch v1-0001
Hi, Statistics collector has been removed since 5891c7a8ed8f2d3d5, but there was a comment referring 'statistics collector' in pg_statistic.h. > Note that since the arrays are variable-size, K may be chosen by the > statistics collector. Should it be modified to 'cumulative statistics system' like manual on monitoring stats[1]? Its title has changed from 'statistics collector' to 'cumulative statistics system'. [1] https://www.postgresql.org/docs/current/monitoring-stats.html -- Regards, -- Atsushi Torikoshi NTT DATA CORPORATION
Commits
-
Remove redundant wording in pg_statistic.h
- ebf2ab40e5e1 18.0 landed