pgsql: Add some missing PGDLLIMPORT markings

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add some missing PGDLLIMPORT markings
Дата
Msg-id E1np21k-000IPk-3i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add some missing PGDLLIMPORT markings

Three variables in pqsignal.h (UnBlockSig, BlockSig and StartupBlockSig)
were not marked with PGDLLIMPORT, as they are declared in a way that
prevents mark_pgdllimport.pl to detect them.  These variables are
redefined in a style more consistent with the other headers, allowing
the script to find and mark them.

PGDLLIMPORT was missing for __pg_log_level in logging.h, so add it
back.  The marking got accidentally removed in 9a374b77, just after its
addition in 8ec5694.

While on it, add a comment in mark_pgdllimport.pl explaining what are
the arguments needed by the script (aka a list of header paths).

Reported-by: Andres Freund
Discussion: https://postgr.es/m/20220506234924.6mxxotl3xl63db3l@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5edeb574285ecbcc47f0b769a7e363404db0155b

Modified Files
--------------
src/include/common/logging.h  | 2 +-
src/include/libpq/pqsignal.h  | 6 +++---
src/tools/mark_pgdllimport.pl | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: relnotes: mention non-exclusive backup mode was deprecated
Следующее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Update comments in make_new_connection().