Fixup some more appendStringInfo misusages

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fixup some more appendStringInfo misusages
Date: 2023-10-02 22:24:37
Message-ID: CAApHDvpXKQmL+r=VDNS98upqhr9yGBhv2Jw3GBFFk_wKHcB39A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The attached v1-0001 patch adjusts some code in stringinfo.h to find
misusages of the appendStringInfo functions. I don't intend to commit
that, but I do intend to commit the patch for the new misusages that
it found, which is also attached.

This is along the same lines as 8b26769bc, f736e188c, 110d81728 and 8abc13a88.

David

Attachment Content-Type Size
fixup_some_appendStringInfo_misuages_2023.patch application/octet-stream 4.4 KB
v1-0001-Adjust-code-to-highlight-appendStringInfo-misusag.patch application/octet-stream 9.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Vik Fearing 2023-10-02 22:56:20 Re: CHECK Constraint Deferrable
Previous Message Peter Smith 2023-10-02 21:27:37 Re: [PGDOCS] change function linkend to refer to a more relevant target