pgsql: Use correct spelling of statistics kind

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use correct spelling of statistics kind
Date: 2021-03-23 03:55:42
Message-ID: E1lOY8s-00018e-Iw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use correct spelling of statistics kind

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

Backpatch-through: 10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fb742ce2687a9fdb103479950603cfbecbed285e

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 2 +-
src/backend/statistics/dependencies.c | 2 +-
src/backend/statistics/extended_stats.c | 2 +-
src/backend/statistics/mvdistinct.c | 2 +-
src/include/nodes/relation.h | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-03-23 03:56:53 pgsql: Use correct spelling of statistics kind
Previous Message Amit Kapila 2021-03-23 03:31:13 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode