Re: Proposal: add new API to stringinfo - Mailing list pgsql-hackers

From Gurjeet Singh
Subject Re: Proposal: add new API to stringinfo
Date
Msg-id CABwTF4WSs8ueRmcTxdGK0iViYYnJUo0hBvAybko456-uGf-NwA@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: add new API to stringinfo  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
On Fri, Dec 27, 2024 at 9:46 PM Tatsuo Ishii <ishii@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



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Proposal: add new API to stringinfo
Next
From: Thomas Munro
Date:
Subject: Re: Fwd: Re: A new look at old NFS readdir() problems?