pgsql: Add missing 'extern' to function prototypes.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add missing 'extern' to function prototypes.
Дата
Msg-id E1npEhf-000ODw-Lm@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing 'extern' to function prototypes.

Postgres style is to spell out extern. Noticed while scripting adding
PGDLLIMPORT markers to functions.

Discussion: https://postgr.es/m/20220512164513.vaheofqp2q24l65r@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/905c020bef99e16b37529203084cd93932e73805

Modified Files
--------------
src/include/access/rewriteheap.h          |  2 +-
src/include/port/win32_port.h             | 26 +++++------
src/include/replication/message.h         |  6 +--
src/include/replication/origin.h          |  6 +--
src/include/replication/reorderbuffer.h   | 72 +++++++++++++++----------------
src/include/replication/worker_internal.h |  4 +-
src/include/storage/s_lock.h              |  4 +-
src/include/tsearch/dicts/regis.h         |  8 ++--
src/include/utils/attoptcache.h           |  2 +-
src/include/utils/numeric.h               |  2 +-
src/include/utils/pgstat_internal.h       |  2 +-
src/include/utils/spccache.h              |  6 +--
12 files changed, 70 insertions(+), 70 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Do pre-release housekeeping on catalog data.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Remove PGDLLIMPORT marker from __pg_log_level