minor doc change in src/sgml/xfunc.sgml

Started by jian heover 1 year ago2 messages
#1jian he
jian.universality@gmail.com

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."
?

#2Michael Paquier
michael@paquier.xyz
In reply to: jian he (#1)
Re: minor doc change in src/sgml/xfunc.sgml

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