From fb3b098fe88441f9531a5169008ea17eac01301f Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 16 Aug 2019 10:35:31 -0700 Subject: 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 --- src/backend/replication/logical/logical.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backend/replication/logical/logical.c') diff --git a/src/backend/replication/logical/logical.c b/src/backend/replication/logical/logical.c index 9853be6d1c2..f8b9020081e 100644 --- a/src/backend/replication/logical/logical.c +++ b/src/backend/replication/logical/logical.c @@ -28,6 +28,7 @@ #include "postgres.h" +#include "fmgr.h" #include "miscadmin.h" #include "access/xact.h" -- cgit v1.2.3