On Fri, Dec 27, 2024 at 9:46 PM Tatsuo Ishii <is...@postgresql.org> wrote: > > > With opinions from Michael and David , what about following additional APIs? ... > #define makeStringInfo > makeStringInfoExtended(STRINGINFO_DEFAULT_SIZE)
Minor nit: the definition of the macro should contain parentheses, like so: #define makeStringInfo() .... Best regards, Gurjeet http://Gurje.et