pgsql: Use correct spelling of statistics kind - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Use correct spelling of statistics kind
Date
Msg-id E1lOYDg-0001Ef-LB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1faaad260d8f56d4f73af76ab576b85e9013beca

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


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Use correct spelling of statistics kind
Next
From: Tomas Vondra
Date:
Subject: pgsql: Use correct spelling of statistics kind