pgsql: Add fmgr.h include to selfuncs.h. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add fmgr.h include to selfuncs.h.
Date
Msg-id E1hzns1-00039v-R0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c01a1110388661d8752fee35e9c5614aa4a2d32

Modified Files
--------------
src/include/utils/selfuncs.h | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add "headerscheck" script to test header-file compilabilityunde
Next
From: Tom Lane
Date:
Subject: pgsql: Restore json{b}_populate_record{set}'s ability to take typeinfo