Fix failure of some headers to compile "standalone".
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/commands/publicationcmds.h | modified | +1 −1 |
| src/include/commands/subscriptioncmds.h | modified | +1 −1 |