Re: Fixup some appendPQExpBuffer() calls

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: David Rowley <dgrowleyml@gmail.com>
Cc: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2025-04-17T07:50:22Z
Lists: pgsql-hackers
> On 17 Apr 2025, at 01:44, David Rowley <dgrowleyml@gmail.com> wrote:

> To reduce the above 3 options down to two, I just pushed the ones that
> were new to v18.  The attached patch handles the ones that were added
> prior to v18.
> 
> The options now are:
> 1) Commit the attached to master
> 2) Do nothing.
> 
> I'd like to do #1.

I vote for #1 as well.

--
Daniel Gustafsson




Commits

  1. Fixup various older misuses of appendPQExpBuffer

  2. Fixup various new-to-v18 usages of appendPQExpBuffer