mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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:
@ -7326,7 +7326,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
|
||||
<structfield>stxkind</structfield> <type>char[]</type>
|
||||
</para>
|
||||
<para>
|
||||
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
|
||||
|
Reference in New Issue
Block a user