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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix failure of some headers to compile "standalone".
Date: 2021-07-24 15:35:05
Message-ID: E1m7Jg9-0002lM-5A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-07-24 16:16:59 pgsql: Remove configure-time thread safety checking (thread_test.c).
Previous Message Michael Paquier 2021-07-24 10:06:04 pgsql: Add missing header declarations for pg_basebackup and pg_{dump,r