mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
pgstat: consistent function comment formatting.
There was a wild mishmash of function comment formatting in pgstat, making it hard to know what to use for any new function and hard to extend existing comments (particularly due to randomly different forms of indentation). Author: Andres Freund <andres@anarazel.de> Reviewed-By: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/20220329191727.mzzwbl7udhpq7pmf@alap3.anarazel.de Discussion: https://postgr.es/m/20220308205351.2xcn6k4x5yivcxyd@alap3.anarazel.de
This commit is contained in:
@ -28,11 +28,8 @@
|
||||
PgStat_MsgCheckpointer PendingCheckpointerStats;
|
||||
|
||||
|
||||
/* ----------
|
||||
* pgstat_send_checkpointer() -
|
||||
*
|
||||
* Send checkpointer statistics to the collector
|
||||
* ----------
|
||||
/*
|
||||
* Send checkpointer statistics to the collector
|
||||
*/
|
||||
void
|
||||
pgstat_send_checkpointer(void)
|
||||
|
Reference in New Issue
Block a user