pgsql: Add fmgr.h include to selfuncs.h.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add fmgr.h include to selfuncs.h.
Date: 2019-08-19 20:03:13
Message-ID: E1hzns1-00039v-R0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-08-19 22:01:18 pgsql: Restore json{b}_populate_record{set}'s ability to take type info
Previous Message Tom Lane 2019-08-19 18:23:13 pgsql: Add "headerscheck" script to test header-file compilability unde