pgsql: Tweak some comments related to variable-numbered stats in pgstat

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak some comments related to variable-numbered stats in pgstat
Date: 2024-12-17 05:36:01
Message-ID: E1tNQFV-0037ou-8P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak some comments related to variable-numbered stats in pgstat.c

These comments referred to database objects, but depending on the stats
kind dealt with this may not be true.

Issues found while reviewing a different patch in this area.

Discussion: https://postgr.es/m/ZtXR+CtkEVVE/LHF(at)ip-10-97-1-34(dot)eu-west-3(dot)compute(dot)internal

Branch
------
master

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

Modified Files
--------------
src/backend/utils/activity/pgstat.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2024-12-17 09:49:27 pgsql: Doc: Fix the wrong link on pg_createsubscriber page.
Previous Message Michael Paquier 2024-12-17 00:44:48 pgsql: Print out error position for some more DDLs