projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f92b23
)
doc: Fix typo in section for custom pgstats
author
Michael Paquier
<michael@paquier.xyz>
Sun, 18 Aug 2024 22:53:47 +0000
(07:53 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Sun, 18 Aug 2024 22:53:47 +0000
(07:53 +0900)
Per offline report from Erik Rijkers.
doc/src/sgml/xfunc.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/xfunc.sgml
b/doc/src/sgml/xfunc.sgml
index fbdbdbd883fc1fe595cd7186baf7db5ab7730b78..9bc23a9a9388451bb81297bd05a2692fce44b60f 100644
(file)
--- a/
doc/src/sgml/xfunc.sgml
+++ b/
doc/src/sgml/xfunc.sgml
@@
-3868,7
+3868,7
@@
extern bool InjectionPointDetach(const char *name);
<title>Custom Cumulative Statistics</title>
<para>
- I
s
is possible for add-ins written in C-language to use custom types
+ I
t
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>