pgsql: Fix compile of src/tutorial/funcs.c - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix compile of src/tutorial/funcs.c
Date
Msg-id E1v63LF-000TSI-2J@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compile of src/tutorial/funcs.c

I broke this with recent #include removals.  Fix by adding an explicit

Reported-by: Devrim Gündüz <devrim@gunduz.org>
Discussion: https://postgr.es/m/5e2c2d7c44434f3f0af7523864b27fe4fb590902.camel@gunduz.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c53775185dc4b17cd951f5fff74c020a2469da27

Modified Files
--------------
src/tutorial/funcs.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Teach planner to short-circuit EXCEPT/INTERSECT with dummy input
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Add missing parenthesis in pg_stat_progress_analyze docs