Thread

Commits

  1. doc: Mention modules/injection_points as example for injection points

  1. minor doc change in src/sgml/xfunc.sgml

    jian he <jian.universality@gmail.com> — 2024-06-17T03:24:09Z

    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."
    ?
    
    
    
    
  2. Re: minor doc change in src/sgml/xfunc.sgml

    Michael Paquier <michael@paquier.xyz> — 2024-06-17T04:37:45Z

    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