mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
doc: Fix typo in section for custom pgstats
Per offline report from Erik Rijkers.
This commit is contained in:
parent
0f92b230f8
commit
a5f4ff6c80
1 changed files with 1 additions and 1 deletions
|
|
@ -3868,7 +3868,7 @@ extern bool InjectionPointDetach(const char *name);
|
|||
<title>Custom Cumulative Statistics</title>
|
||||
|
||||
<para>
|
||||
Is is possible for add-ins written in C-language to use custom types
|
||||
It is possible for add-ins written in C-language to use custom types
|
||||
of cumulative statistics registered in the
|
||||
<link linkend="monitoring-stats-setup">Cumulative Statistics System</link>.
|
||||
</para>
|
||||
|
|
|
|||
Loading…
Reference in a new issue