On Sun, 12 Apr 2026 at 12:40, David Rowley <dgrowleyml@gmail.com> wrote:
> All of these changes in 0003 are in code that was touched since the
> last time I fixed these in 928394b66. However, the test_escape.c one
> added in 627acc3ca is in v18 as it was added after 928394b66 and
> before we branched for v19. Almost all of the describe.c ones were
> introduced in 41d69e6dc. These ones technically did exist in prior
> versions. They're only being highlighted now because the function
> changed from printfPQExpBuffer to appendPQExpBuffer, and I must not
> have made my StaticAsserts work for printfPQExpBuffer. I left these
> in anyway since that code was touched in v19, and future bug fixes
> might conflict because of those changes anyway.
I've pushed the 0003 patch.
David