mirror of
https://github.com/postgres/postgres.git
synced 2026-06-13 18:50:17 -04:00
Improve comment in pgstatfuncs.c
Author: Zizhen Qiao <zizhen_qiao@163.com> Discussion: https://postgr.es/m/5ee635f9.49f7.19b4ed9e803.Coremail.zizhen_qiao@163.com
This commit is contained in:
parent
1528b0d899
commit
b947dd5c75
1 changed files with 1 additions and 1 deletions
|
|
@ -1942,7 +1942,7 @@ pg_stat_reset_shared(PG_FUNCTION_ARGS)
|
|||
}
|
||||
|
||||
/*
|
||||
* Reset a statistics for a single object, which may be of current
|
||||
* Reset statistics for a single object, which may be of current
|
||||
* database or shared across all databases in the cluster.
|
||||
*/
|
||||
Datum
|
||||
|
|
|
|||
Loading…
Reference in a new issue