pgsql: Fix indirect include

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix indirect include
Date: 2026-09-15 10:07:26
Message-ID: E1x6Q4U-00000000Q8Y-3Jrd@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indirect include

Commit 0ee83dd4a99 added a call of assign_record_type_typmod() in
postgres_fdw.c, but relied on utils/typcache.h being included via
nodes/execnodes.h. That was put there as part of the FOR PORTION OF
feature, and if that were to change, there would be a possible
unrelated compilation failure. To fix, add the required include
directly.

Branch
------
master

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

Modified Files
--------------
contrib/postgres_fdw/postgres_fdw.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2026-09-15 10:31:39 pgsql: Revert UPDATE/DELETE FOR PORTION OF
Previous Message Peter Eisentraut 2026-09-15 08:46:06 pgsql: doc: Synopsis placeholder consistency