Fixup some more appendStringInfo misusages
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-02T22:24:37Z
Lists: pgsql-hackers
Attachments
- fixup_some_appendStringInfo_misuages_2023.patch (application/octet-stream) patch
- v1-0001-Adjust-code-to-highlight-appendStringInfo-misusag.patch (application/octet-stream) patch v1-0001
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
Commits
-
Tidy-up some appendStringInfo*() usages
- 2075ba9dc9af 17.0 landed