Re: Few untranslated error messages in OAuth - Mailing list pgsql-hackers

From Jacob Champion
Subject Re: Few untranslated error messages in OAuth
Date
Msg-id CAOYmi+=Gurbpx7RFLH4yssLrdw7VBey+kYQ84msKG8iLkRo3qg@mail.gmail.com
Whole thread Raw
In response to Re: Few untranslated error messages in OAuth  (Álvaro Herrera <alvherre@kurilemu.de>)
List pgsql-hackers
On Fri, Dec 12, 2025 at 2:09 AM Álvaro Herrera <alvherre@kurilemu.de> wrote:
> No strong opinion on JSONAPI_USE_PQEXPBUFFER.  As far as I can tell, we
> pretty much force you to link libpq if you want to have a PQExpBuffer,
> which tells me that a frontend jsonapi.c user would already be forced to
> link libpq.

Only the _shlib variant uses JSONAPI_USE_PQEXPBUFFER; the "main"
frontend version doesn't. (pg_combinebackup is an example of a
frontend JSON client that doesn't link against libpq, I think.)

> > For now, I'll proceed as if a backport to 18 is appropriate for these.
>
> Yeah, I'd prefer that.

Committed and backpatched. Thanks for the reviews, thanks everybody
for the thread, and thank you Hou-san for the patch!

--Jacob



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers