From: Michael Paquier Date: Sun, 18 Aug 2024 22:53:47 +0000 (+0900) Subject: doc: Fix typo in section for custom pgstats X-Git-Tag: REL_18_BETA1~2100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5f4ff6c806d359b3d2c28cf902047c830acc132;p=thirdparty%2Fpostgresql.git doc: Fix typo in section for custom pgstats Per offline report from Erik Rijkers. --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index fbdbdbd883f..9bc23a9a938 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -3868,7 +3868,7 @@ extern bool InjectionPointDetach(const char *name); Custom Cumulative Statistics - 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 Cumulative Statistics System.