]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Improve comment in pgstatfuncs.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 24 Dec 2025 08:09:13 +0000 (17:09 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 24 Dec 2025 08:09:13 +0000 (17:09 +0900)
Author: Zizhen Qiao <zizhen_qiao@163.com>
Discussion: https://postgr.es/m/5ee635f9.49f7.19b4ed9e803.Coremail.zizhen_qiao@163.com

src/backend/utils/adt/pgstatfuncs.c

index ef6fffe60b97a19268db812e33289c4649f1e18c..2341ac76ae96a4ea87a0c3b88613d1eb48dabb41 100644 (file)
@@ -1942,7 +1942,7 @@ pg_stat_reset_shared(PG_FUNCTION_ARGS)
 }
 
 /*
- * Reset 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