Re: libpq error message refactoring - Mailing list pgsql-hackers

From Tom Lane
Subject Re: libpq error message refactoring
Date
Msg-id 2032898.1663900847@sss.pgh.pa.us
Whole thread Raw
In response to Re: libpq error message refactoring  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I suspect the appendPQExpBufferVA is orthogonal - most (all?) of the other
> functions in pqexpbuffer.h are visible, so it feels weird/confusing to not
> make appendPQExpBufferVA() available.

I thought the same to start with, but if I'm right in my nearby reply
that we'll have to make callers loop around appendPQExpBufferVA,
then it seems like a good idea to keep it closely held.

More than zero commentary about that would be a good thing, too.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq error message refactoring
Next
From: Andres Freund
Date:
Subject: Re: libpq error message refactoring