1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Use correct spelling of statistics kind

A couple error messages and comments used 'statistic kind', not the
correct 'statistics kind'. Fix and backpatch all the way back to 10,
where extended statistics were introduced.

Backpatch-through: 10
This commit is contained in:
Tomas Vondra
2021-03-23 04:51:53 +01:00
parent 4220e06f4c
commit 1c457b8b51
6 changed files with 6 additions and 6 deletions

View File

@ -6596,7 +6596,7 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
<entry><type>char[]</type></entry>
<entry></entry>
<entry>
An array containing codes for the enabled statistic kinds;
An array containing codes for the enabled statistics kinds;
valid values are:
<literal>d</literal> for n-distinct statistics,
<literal>f</literal> for functional dependency statistics, and