Re: Add pg_get_injection_points() for information of injection points

From: Rustam ALLAKOV <rustamallakov(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Add pg_get_injection_points() for information of injection points
Date: 2025-05-25 03:59:51
Message-ID: 174814559113.992.1528459681121180886.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: not tested
Implements feature: not tested
Spec compliant: not tested
Documentation: tested, failed

Hi Michael,
Thank you for the patch.

I suggest to add into documentation
> if the server was built with --enable-injection-points configuration;
> otherwise returns ...

to match how `unicode_version` function is documented
> Returns a string representing the version of Unicode used by ICU, if
> the server was built with ICU support; otherwise returns

Regards.
Rustam Allakov.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florents Tselai 2025-05-25 04:16:57 Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Previous Message Tom Lane 2025-05-25 03:22:22 Re: Non-reproducible AIO failure