projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
865fe4d
)
Add missing xlogdefs.h include to pg_subscription.h.
author
Andres Freund
<andres@anarazel.de>
Tue, 22 Mar 2022 23:46:24 +0000
(16:46 -0700)
committer
Andres Freund
<andres@anarazel.de>
Tue, 22 Mar 2022 23:46:24 +0000
(16:46 -0700)
Missed in
208c5d65bbd
.
The missing include causes headerscheck to fail. Per buildfarm member crake.
src/include/catalog/pg_subscription.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/pg_subscription.h
b/src/include/catalog/pg_subscription.h
index 69969a0617e2d04e08706b84c3cca4f2507866f8..599c2e4422ef285be07c7bac27e32b60a6b533cc 100644
(file)
--- a/
src/include/catalog/pg_subscription.h
+++ b/
src/include/catalog/pg_subscription.h
@@
-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"