pgsql: Use correct spelling of statistics kind

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема pgsql: Use correct spelling of statistics kind
Дата
Msg-id E1lOYFT-0001GP-Vg@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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 по дате отправления:

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: pgsql: Use correct spelling of statistics kind
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix dangling pointer reference in stream_cleanup_files.