From a5f4ff6c806d359b3d2c28cf902047c830acc132 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 19 Aug 2024 07:53:47 +0900 Subject: [PATCH] doc: Fix typo in section for custom pgstats Per offline report from Erik Rijkers. --- doc/src/sgml/xfunc.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5