mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 23:35:51 -04:00
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
This commit is contained in:
parent
55ea109188
commit
4c01a11103
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#define SELFUNCS_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "fmgr.h"
|
||||
#include "nodes/pathnodes.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue