1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-15 05:46:52 +03:00

Fix typo in pgstat_relation.c header comment

Looks like a copy and paste error from pgstat_function.c

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Discussion: https://postgr.es/m/aNuaVMAdTGbgBgqh@ip-10-97-1-34.eu-west-3.compute.internal
This commit is contained in:
David Rowley
2025-10-01 00:23:38 +13:00
parent f5aabe6d58
commit 91df0465a6

View File

@@ -3,7 +3,7 @@
* pgstat_relation.c
* Implementation of relation statistics.
*
* This file contains the implementation of function relation. It is kept
* This file contains the implementation of relation statistics. It is kept
* separate from pgstat.c to enforce the line between the statistics access /
* storage implementation and the details about individual types of
* statistics.