minor doc change in src/sgml/xfunc.sgml
hi.
simlar to https://www.postgresql.org/docs/devel//xfunc-c.html#XFUNC-ADDIN-WAIT-EVENTS
in https://www.postgresql.org/docs/devel//xfunc-c.html#XFUNC-ADDIN-INJECTION-POINTS
do we need to add a sentence like " An injections points usage example
can be found in src/test/modules/injection_points in the PostgreSQL
source tree."
before "Enabling injections points requires --enable-injection-points
with configure or -Dinjection_points=true with Meson."
?
On Mon, Jun 17, 2024 at 11:24:09AM +0800, jian he wrote:
in https://www.postgresql.org/docs/devel//xfunc-c.html#XFUNC-ADDIN-INJECTION-POINTS
do we need to add a sentence like " An injections points usage example
can be found in src/test/modules/injection_points in the PostgreSQL
source tree."
before "Enabling injections points requires --enable-injection-points
with configure or -Dinjection_points=true with Meson."
?
Indeed. I intended originally to add a pointer to the module in the
docs, but it somewhat got lost in the rebases of the patch. Will fix,
thanks for the report!
--
Michael