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?