pgsql: Fix failure of some headers to compile "standalone". - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix failure of some headers to compile "standalone".
Date
Msg-id E1m7Jg9-0002lM-5A@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add missing header declarations for pg_basebackup and pg_{dump,r
Next
From: Tom Lane
Date:
Subject: pgsql: Remove configure-time thread safety checking (thread_test.c).