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

From Peter Eisentraut
Subject Re: libpq error message refactoring
Date
Msg-id d5dddca7-9bdc-ee18-1ec9-ee21f8302d4a@enterprisedb.com
Whole thread Raw
In response to Re: libpq error message refactoring  (Andres Freund <andres@anarazel.de>)
Responses Re: libpq error message refactoring
Re: libpq error message refactoring
List pgsql-hackers
On 22.09.22 17:42, Andres Freund wrote:
> This patch has been failing for a while:
> https://cirrus-ci.com/github/postgresql-cfbot/postgresql/commitfest/39/3854
> 
> Interestingly, previously the error only happened when targetting windows, but
> meson also shows it on freebsd.
> 
> It's not the cause of this failure, I think, but doesn't appendPQExpBufferVA
> need to be added to exports.txt?

I don't want to make that function available to users of libpq, just use 
it inside libpq across .c files.  Is there no visibility level for that? 
  Is that also the problem in the freebsd build?




pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: binary version of pg_current_wal_insert_lsn and pg_walfile_name functions
Next
From: Andres Freund
Date:
Subject: Re: libpq error message refactoring