mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +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:
@ -206,8 +206,7 @@ pgstat_send_funcstats(void)
|
||||
}
|
||||
|
||||
/*
|
||||
* find_funcstat_entry - find any existing PgStat_BackendFunctionEntry entry
|
||||
* for specified function
|
||||
* find any existing PgStat_BackendFunctionEntry entry for specified function
|
||||
*
|
||||
* If no entry, return NULL, don't create a new one
|
||||
*/
|
||||
|
Reference in New Issue
Block a user