Markur Sens <[email protected]> writes: > On 12 Jun 2022, at 12:06 AM, Tom Lane <[email protected]> wrote: >> PG_GETARG_TEXT_PP is preferred in new code since it can avoid one >> step of palloc-and-copy-the-value; the only real downside is you >> have to use the appropriate macros to get the string's start address >> and length.
> Is it worth adding a relevant comment in the documentation section?
It is documented in the source code where these macros are defined
(fmgr.h).
regards, tom lane
