Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c01a11

Browse files
committed
Add fmgr.h include to selfuncs.h.
Necessary after fb3b098. 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
1 parent 55ea109 commit 4c01a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/include/utils/selfuncs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define SELFUNCS_H
1717

1818
#include "access/htup.h"
19+
#include "fmgr.h"
1920
#include "nodes/pathnodes.h"
2021

2122

0 commit comments

Comments
 (0)