Re: pgsql: Default to hidden visibility for extension libraries where possi

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Default to hidden visibility for extension libraries where possi
Дата
Msg-id 20220719153149.lhbir3wh4sgfkfe7@awork3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Default to hidden visibility for extension libraries where possi  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Default to hidden visibility for extension libraries where possi  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On 2022-07-19 16:28:07 +0200, Alvaro Herrera wrote:
> Anyway, the minimal patch that makes plpgsql_check tests pass is
> attached.  This seems a bit random.  Maybe it'd be better to have a
> plpgsql_internal.h with functions that are exported only for plpgsql
> itself, and keep plpgsql.h with a set of functions, all marked
> PGDLLEXPORT, that are for external use.

It does seem a bit random. But I think we probably should err on the side of
adding more declarations, rather than the oposite.

I like the plpgsql_internal.h idea, but probably done separately?

Greetings,

Andres Freund



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Costing elided SubqueryScans more nearly correctly
Следующее
От: Andres Freund
Дата:
Сообщение: Re: PG 15 (and to a smaller degree 14) regression due to ExprEvalStep size