8.0.0rc1: doc refers to guc_stats_*

Started by Michael Fuhrover 21 years ago2 messagesbugs
Jump to latest
#1Michael Fuhr
mike@fuhr.org

PostgreSQL 8.0.0rc1

The "Statistics Collection Configuration" documentation (Section
23.2.1), third paragraph, refers to the variables guc_stats_block_level
and guc_stats_row_level. Shouldn't that be stats_block_level and
stats_row_level without a leading "guc_"? If so, I think the problem
is in runtime.sgml around the following lines:

2879: <varlistentry id="guc-stats-block-level" xreflabel="guc_stats_block_level">
2896: <varlistentry id="guc-stats-row-level" xreflabel="guc_stats_row_level">

Should the xreflabel attributes be changed?

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Fuhr (#1)
Re: 8.0.0rc1: doc refers to guc_stats_*

Michael Fuhr <mike@fuhr.org> writes:

Should the xreflabel attributes be changed?

Yeah. Now that I look, they're not the only broken ones either.
Sigh ... thanks for the report.

regards, tom lane