Re: Add pg_get_injection_points() for information of injection points - Mailing list pgsql-hackers

From Rustam ALLAKOV
Subject Re: Add pg_get_injection_points() for information of injection points
Date
Msg-id 174814559113.992.1528459681121180886.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: Add pg_get_injection_points() for information of injection points  (Michael Paquier <michael@paquier.xyz>)
List 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.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Non-reproducible AIO failure
Next
From: Florents Tselai
Date:
Subject: Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part