mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Make header self-contained
Add necessary include files for things used in the header.
This commit is contained in:
@@ -12,7 +12,9 @@
|
|||||||
#ifndef PG_SUBSCRIPTION_REL_H
|
#ifndef PG_SUBSCRIPTION_REL_H
|
||||||
#define PG_SUBSCRIPTION_REL_H
|
#define PG_SUBSCRIPTION_REL_H
|
||||||
|
|
||||||
|
#include "access/xlogdefs.h"
|
||||||
#include "catalog/genbki.h"
|
#include "catalog/genbki.h"
|
||||||
|
#include "nodes/pg_list.h"
|
||||||
|
|
||||||
/* ----------------
|
/* ----------------
|
||||||
* pg_subscription_rel definition. cpp turns this into
|
* pg_subscription_rel definition. cpp turns this into
|
||||||
|
Reference in New Issue
Block a user