pgsql: Add missing binary_upgrade.h includes.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add missing binary_upgrade.h includes.
Дата
Msg-id E1npEhf-000OE0-Mv@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing binary_upgrade.h includes.

A few places used binary_upgrade_* variables without including the header,
which worked without warnings because the variables are defined in those
places. However that can cause linker complaints with MSVC - except that we
don't see them right now, due to the use of a symbol export file.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0699b1ae2d8e7b8763a2019d9cd651ab55521779

Modified Files
--------------
src/backend/catalog/heap.c        | 1 +
src/backend/commands/tablespace.c | 1 +
2 files changed, 2 insertions(+)


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

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