]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Add fmgr.h include to selfuncs.h.
authorAndres Freund <andres@anarazel.de>
Mon, 19 Aug 2019 19:51:38 +0000 (12:51 -0700)
committerAndres Freund <andres@anarazel.de>
Mon, 19 Aug 2019 19:51:38 +0000 (12:51 -0700)
Necessary after fb3b098f. That previously escaped notice, because all
including sites already include fmgr.h some other way.

Reported-By: Tom Lane
Author: Andres Freund
Discussion: https://postgr.es/m/17463.1566153454@sss.pgh.pa.us

src/include/utils/selfuncs.h

index 9554952a8a1e345658d0bcb28e0d4fa3115ad757..353d38a3ff802f8bb7c527a0d7cf3785754182b9 100644 (file)
@@ -16,6 +16,7 @@
 #define SELFUNCS_H
 
 #include "access/htup.h"
+#include "fmgr.h"
 #include "nodes/pathnodes.h"