]> granicus.if.org Git - postgresql/commit
Remove fmgr.h includes from headers that don't really need it.
authorAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 17:35:31 +0000 (10:35 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 16 Aug 2019 17:35:31 +0000 (10:35 -0700)
commitfb3b098fe88441f9531a5169008ea17eac01301f
treef8187a24a1d6c7962d387f14398fee2f00b46db1
parent6a04d345fd8094058f08344af93022566222733a
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
23 files changed:
src/backend/access/common/printsimple.c
src/backend/nodes/makefuncs.c
src/backend/replication/logical/logical.c
src/backend/replication/pgoutput/pgoutput.c
src/include/access/brin.h
src/include/access/gist_private.h
src/include/access/hash.h
src/include/access/spgist.h
src/include/commands/async.h
src/include/executor/executor.h
src/include/jit/llvmjit_emit.h
src/include/nodes/execnodes.h
src/include/nodes/pathnodes.h
src/include/pgstat.h
src/include/replication/origin.h
src/include/replication/slot.h
src/include/replication/walreceiver.h
src/include/replication/walsender.h
src/include/utils/bytea.h
src/include/utils/formatting.h
src/include/utils/rel.h
src/include/utils/snapmgr.h
src/include/utils/tuplesort.h