mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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
This commit is contained in:
parent
645bda2a71
commit
faaa0d2798
@ -3668,6 +3668,12 @@ extern bool InjectionPointDetach(const char *name);
|
|||||||
using <literal>InjectionPointDetach</literal>.
|
using <literal>InjectionPointDetach</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
An example can be found in
|
||||||
|
<filename>src/test/modules/injection_points</filename> in the PostgreSQL
|
||||||
|
source tree.
|
||||||
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Enabling injections points requires
|
Enabling injections points requires
|
||||||
<option>--enable-injection-points</option> with
|
<option>--enable-injection-points</option> with
|
||||||
|
Loading…
x
Reference in New Issue
Block a user