Declaration fixes

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Declaration fixes
Дата
Msg-id 20220512164513.vaheofqp2q24l65r@alap3.anarazel.de
обсуждение исходный текст
Ответы Re: Declaration fixes  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

I was experimenting with specifying symbol visiblity for functions explicitly,
i.e. adding PGDLLIMPORT markers for them, with the goal of getting rid of
src/tools/msvc/gendef.pl (and similar AIX stuff). While doing that I compared
the set of exported symbols before / after, leading me to find a few
pre-existing "issues".

I think the attached patches are all a good idea and trivial enought that I
think we should apply them now.

The changes are sufficiently obvious and/or explained in the commit messages.

Comments?

Greetings,

Andres Freund

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Crash in new pgstats code
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Declaration fixes