mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Add more includes so header files are self-contained
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#ifndef PUBLICATIONCMDS_H
|
||||
#define PUBLICATIONCMDS_H
|
||||
|
||||
#include "catalog/objectaddress.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
|
||||
extern ObjectAddress CreatePublication(CreatePublicationStmt *stmt);
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#ifndef SUBSCRIPTIONCMDS_H
|
||||
#define SUBSCRIPTIONCMDS_H
|
||||
|
||||
#include "catalog/objectaddress.h"
|
||||
#include "nodes/parsenodes.h"
|
||||
|
||||
extern ObjectAddress CreateSubscription(CreateSubscriptionStmt *stmt);
|
||||
|
Reference in New Issue
Block a user