1
0
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:
Peter Eisentraut
2017-01-21 15:49:53 -05:00
parent d2ab117616
commit b480086760
5 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
#ifndef PUBLICATIONCMDS_H
#define PUBLICATIONCMDS_H
#include "catalog/objectaddress.h"
#include "nodes/parsenodes.h"
extern ObjectAddress CreatePublication(CreatePublicationStmt *stmt);

View File

@@ -15,6 +15,7 @@
#ifndef SUBSCRIPTIONCMDS_H
#define SUBSCRIPTIONCMDS_H
#include "catalog/objectaddress.h"
#include "nodes/parsenodes.h"
extern ObjectAddress CreateSubscription(CreateSubscriptionStmt *stmt);