Re: libpq error message refactoring

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: libpq error message refactoring
Дата
Msg-id d5dddca7-9bdc-ee18-1ec9-ee21f8302d4a@enterprisedb.com
обсуждение исходный текст
Ответ на Re: libpq error message refactoring  (Andres Freund <andres@anarazel.de>)
Ответы Re: libpq error message refactoring  (Andres Freund <andres@anarazel.de>)
Re: libpq error message refactoring  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Re: binary version of pg_current_wal_insert_lsn and pg_walfile_name functions
Следующее
От: Andres Freund
Дата:
Сообщение: Re: libpq error message refactoring