Fix failure of some headers to compile "standalone".
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jul 2021 15:34:33 +0000 (11:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 24 Jul 2021 15:34:33 +0000 (11:34 -0400)
commit678f5448c2d86976a98b402ef14482a8ba3b159b
tree33c99a8ce15ea4e30a775f40156cbe3854cb89a6
parentbc0cc68f8a1648029424e9300b2e4457acd474a6
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.
src/include/commands/publicationcmds.h
src/include/commands/subscriptioncmds.h