pgsql: Update comments for pg_statistic catalog table

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update comments for pg_statistic catalog table
Date: 2023-11-26 23:32:33
Message-ID: E1r7Oc4-007PhX-U2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update comments for pg_statistic catalog table

Make a reminder that pg_stats view needs to be modified whenever a new slot
kind is added. To prevent situations like 918eee0c49 when pg_stats was
forgotten to be updated.

Also, revise the comment that only non-null, non-empty rows are considered
for the range length histogram.

Discussion: https://postgr.es/m/flat/b67d8b57-9357-7e82-a2e7-f6ce6eaeec67(at)postgrespro(dot)ru
Author: Egor Rogov, Soumyadeep Chakraborty
Reviewed-by: Tomas Vondra, Justin Pryzby, Jian He

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/441c8a31349105590e778fe7dd1db0d0c89299df

Modified Files
--------------
src/include/catalog/pg_statistic.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-11-27 00:41:18 pgsql: Fix race condition with BIO methods initialization in libpq with
Previous Message Tom Lane 2023-11-26 21:40:41 pgsql: Doc: list AT TIME ZONE and COLLATE in operator precedence table.