From: Michael Paquier Date: Mon, 17 Jun 2024 04:49:40 +0000 (+0900) Subject: doc: Mention modules/injection_points as example for injection points X-Git-Tag: REL_17_BETA2~43 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=faaa0d279899f037b4a6472a00fcd14a321e64c7;p=postgresql.git doc: Mention modules/injection_points as example for injection points This should have been added in 49cd2b93d7db, that introduced the module. Reported-by: Jian He Discussion: https://postgr.es/m/CACJufxF+Vfj2Oz2kBR5v1bjHeZxvs63cLogm70v9Uto1Rqiieg@mail.gmail.com --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index a7c170476af..1d0b65193e3 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -3668,6 +3668,12 @@ extern bool InjectionPointDetach(const char *name); using InjectionPointDetach. + + An example can be found in + src/test/modules/injection_points in the PostgreSQL + source tree. + + Enabling injections points requires with