Re: pg_dump: Remove trivial usage of PQExpBuffer

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_dump: Remove trivial usage of PQExpBuffer
Date: 2025-12-17 19:38:27
Message-ID: CADkLM=devm6Djj1rfZYcfAn0F1ECvxvSxKr1rGrVzyCaAnNw+g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
>
> It also just seems like a pain for backpatching. If this were a huge
> improvement or if the code in question was being newly added, it'd perhaps
> be
> a different story, but as is...

Yeah, it's not a "wow" level cleanup. I'll consider this one dropped.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2025-12-17 19:51:33 Re: pg_dump crash due to incomplete ordering of DO_SUBSCRIPTION_REL objects
Previous Message Jeff Davis 2025-12-17 19:37:59 Re: Small patch to improve safety of utf8_to_unicode().