pgsql: Clarify use of "statistics objects" in the code

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clarify use of "statistics objects" in the code
Date: 2021-09-29 06:30:30
Message-ID: E1mVT6s-0003rz-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify use of "statistics objects" in the code

The code inconsistently used "statistic object" or "statistics" where
the correct term, as discussed, is actually "statistics object". This
improves the state of the code to be more consistent.

While on it, fix an incorrect error message introduced in a4d75c8. This
error should never happen, as the code states, but it would be
misleading.

Author: Justin Pryzby
Reviewed-by: Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/20210924215827.GS831@telsasoft.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/070d2e19e40897d857f570f24888fc30727ed9c0

Modified Files
--------------
src/backend/commands/statscmds.c | 28 ++++++++++++++--------------
src/backend/commands/tablecmds.c | 8 ++++----
src/backend/parser/parse_utilcmd.c | 6 +++---
src/backend/statistics/extended_stats.c | 18 +++++++++---------
src/backend/utils/adt/selfuncs.c | 28 ++++++++++++++--------------
5 files changed, 44 insertions(+), 44 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-09-29 12:47:59 pgsql: pgbench: Correct log level of message output when socket wait me
Previous Message Peter Eisentraut 2021-09-29 06:19:05 pgsql: Fix incorrect format placeholder