mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add missing xlogdefs.h include to pg_subscription.h.
Missed in 208c5d65bb
.
The missing include causes headerscheck to fail. Per buildfarm member crake.
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#ifndef PG_SUBSCRIPTION_H
|
||||
#define PG_SUBSCRIPTION_H
|
||||
|
||||
#include "access/xlogdefs.h"
|
||||
#include "catalog/genbki.h"
|
||||
#include "catalog/pg_subscription_d.h"
|
||||
|
||||
|
Reference in New Issue
Block a user