pgsql: pgstat: remove some superflous comments from pgstat.h.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgstat: remove some superflous comments from pgstat.h.
Date: 2022-04-04 21:33:55
Message-ID: E1nbUKg-000Kyu-L2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgstat: remove some superflous comments from pgstat.h.

These would all need to be rephrased when moving to shared memory stats, but
since they don't provide actual information right now, remove them instead.

The comments for PgStat_Msg* are left in, because they will all be removed as
part of the shared memory stats patch.

Author: Andres Freund <andres(at)anarazel(dot)de>
Reviewed-By: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://postgr.es/m/20220303021600.hs34ghqcw6zcokdh@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55e566fc4bc866d73541a3b28be5454bf8d666b0

Modified Files
--------------
src/include/pgstat.h | 36 ------------------------------------
1 file changed, 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Erik Rijkers 2022-04-04 22:16:52 Re: pgsql: JSON_TABLE
Previous Message Andres Freund 2022-04-04 20:54:04 pgsql: pgstat: consistent function comment formatting.