pgsql: Fix failure of some headers to compile "standalone".

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix failure of some headers to compile "standalone".
Дата
Msg-id E1m7Jg9-0002lM-5A@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix failure of some headers to compile "standalone".

Recently-added references to ParseState weren't covered by #include
references, creating unwanted ordering dependencies for users of
these headers.

Oversight in commit 2bfb50b3d.  Per headerscheck/cpluspluscheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/678f5448c2d86976a98b402ef14482a8ba3b159b

Modified Files
--------------
src/include/commands/publicationcmds.h  | 2 +-
src/include/commands/subscriptioncmds.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add missing header declarations for pg_basebackup and pg_{dump,r
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove configure-time thread safety checking (thread_test.c).