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
-
Fixup various older misuses of appendPQExpBuffer
- 1bd08f6ba56a 18.0 landed
-
Fixup various new-to-v18 usages of appendPQExpBuffer
- 3fae25cbb35a 18.0 landed