mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add more includes so header files are self-contained
This commit is contained in:
@ -12,6 +12,7 @@
|
|||||||
#define PG_SUBSCRIPTION_H
|
#define PG_SUBSCRIPTION_H
|
||||||
|
|
||||||
#include "catalog/genbki.h"
|
#include "catalog/genbki.h"
|
||||||
|
#include "nodes/pg_list.h"
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* pg_subscription definition. cpp turns this into
|
* pg_subscription definition. cpp turns this into
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#ifndef PUBLICATIONCMDS_H
|
#ifndef PUBLICATIONCMDS_H
|
||||||
#define PUBLICATIONCMDS_H
|
#define PUBLICATIONCMDS_H
|
||||||
|
|
||||||
|
#include "catalog/objectaddress.h"
|
||||||
#include "nodes/parsenodes.h"
|
#include "nodes/parsenodes.h"
|
||||||
|
|
||||||
extern ObjectAddress CreatePublication(CreatePublicationStmt *stmt);
|
extern ObjectAddress CreatePublication(CreatePublicationStmt *stmt);
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
#ifndef SUBSCRIPTIONCMDS_H
|
#ifndef SUBSCRIPTIONCMDS_H
|
||||||
#define SUBSCRIPTIONCMDS_H
|
#define SUBSCRIPTIONCMDS_H
|
||||||
|
|
||||||
|
#include "catalog/objectaddress.h"
|
||||||
#include "nodes/parsenodes.h"
|
#include "nodes/parsenodes.h"
|
||||||
|
|
||||||
extern ObjectAddress CreateSubscription(CreateSubscriptionStmt *stmt);
|
extern ObjectAddress CreateSubscription(CreateSubscriptionStmt *stmt);
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#ifndef PGOUTPUT_H
|
#ifndef PGOUTPUT_H
|
||||||
#define PGOUTPUT_H
|
#define PGOUTPUT_H
|
||||||
|
|
||||||
|
#include "nodes/pg_list.h"
|
||||||
|
|
||||||
typedef struct PGOutputData
|
typedef struct PGOutputData
|
||||||
{
|
{
|
||||||
|
@ -12,7 +12,9 @@
|
|||||||
#ifndef WORKER_INTERNAL_H
|
#ifndef WORKER_INTERNAL_H
|
||||||
#define WORKER_INTERNAL_H
|
#define WORKER_INTERNAL_H
|
||||||
|
|
||||||
|
#include "access/xlogdefs.h"
|
||||||
#include "catalog/pg_subscription.h"
|
#include "catalog/pg_subscription.h"
|
||||||
|
#include "datatype/timestamp.h"
|
||||||
#include "storage/lock.h"
|
#include "storage/lock.h"
|
||||||
|
|
||||||
typedef struct LogicalRepWorker
|
typedef struct LogicalRepWorker
|
||||||
|
Reference in New Issue
Block a user