pgsql: pgstat: remove some superflous comments from pgstat.h. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pgstat: remove some superflous comments from pgstat.h.
Date
Msg-id E1nbUKg-000Kyu-L2@gemulon.postgresql.org
Whole thread Raw
List 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@anarazel.de>
Reviewed-By: Thomas Munro <thomas.munro@gmail.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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: consistent function comment formatting.
Next
From: Erik Rijkers
Date:
Subject: Re: pgsql: JSON_TABLE