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:
@@ -3,7 +3,7 @@
|
|||||||
* pgstat_relation.c
|
* pgstat_relation.c
|
||||||
* Implementation of relation statistics.
|
* 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 /
|
* separate from pgstat.c to enforce the line between the statistics access /
|
||||||
* storage implementation and the details about individual types of
|
* storage implementation and the details about individual types of
|
||||||
* statistics.
|
* statistics.
|
||||||
|
Reference in New Issue
Block a user