diff options
| author | Andres Freund | 2019-08-19 19:51:38 +0000 |
|---|---|---|
| committer | Andres Freund | 2019-08-19 19:51:38 +0000 |
| commit | 4c01a1110388661d8752fee35e9c5614aa4a2d32 (patch) | |
| tree | dde358ed812c140e83a0c8e831efe4d26aff4a50 /src/include | |
| parent | 55ea109188474dae22d90f743d7189a8bdf94d49 (diff) | |
Add fmgr.h include to selfuncs.h.
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/utils/selfuncs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/utils/selfuncs.h b/src/include/utils/selfuncs.h index 9554952a8a1..353d38a3ff8 100644 --- a/src/include/utils/selfuncs.h +++ b/src/include/utils/selfuncs.h @@ -16,6 +16,7 @@ #define SELFUNCS_H #include "access/htup.h" +#include "fmgr.h" #include "nodes/pathnodes.h" |
