aboutsummaryrefslogtreecommitdiff
path: root/src/backend/replication/pgoutput/pgoutput.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2019-08-16 10:35:31 -0700
committerAndres Freund <andres@anarazel.de>2019-08-16 10:35:31 -0700
commitfb3b098fe88441f9531a5169008ea17eac01301f (patch)
treef8187a24a1d6c7962d387f14398fee2f00b46db1 /src/backend/replication/pgoutput/pgoutput.c
parent6a04d345fd8094058f08344af93022566222733a (diff)
downloadpostgresql-fb3b098fe88441f9531a5169008ea17eac01301f.tar.gz
postgresql-fb3b098fe88441f9531a5169008ea17eac01301f.zip
Remove fmgr.h includes from headers that don't really need it.
Most of the fmgr.h includes were obsoleted by 352a24a1f9d6f7d4abb1. A few others can be obsoleted using the underlying struct type in an implementation detail. Author: Andres Freund Discussion: https://postgr.es/m/20190803193733.g3l3x3o42uv4qj7l@alap3.anarazel.de
Diffstat (limited to 'src/backend/replication/pgoutput/pgoutput.c')
-rw-r--r--src/backend/replication/pgoutput/pgoutput.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/replication/pgoutput/pgoutput.c b/src/backend/replication/pgoutput/pgoutput.c
index d317fd70063..9c08757fcaf 100644
--- a/src/backend/replication/pgoutput/pgoutput.c
+++ b/src/backend/replication/pgoutput/pgoutput.c
@@ -14,6 +14,8 @@
#include "catalog/pg_publication.h"
+#include "fmgr.h"
+
#include "replication/logical.h"
#include "replication/logicalproto.h"
#include "replication/origin.h"