pgsql: Remove unnecessary include of "utils/fmgroids.h"

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary include of "utils/fmgroids.h"
Date: 2025-10-09 08:53:02
Message-ID: E1v6mOU-000obs-1J@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary include of "utils/fmgroids.h"

In initsplan.c, no macros for built-in function OIDs are used, so this
include is unnecessary and can be removed. This was my oversight in
commit 8e1185910.

Discussion: https://postgr.es/m/CAMbWs4_-sag-cAKrLJ+X+5njL1=oudk=+KfLmsLZ5a2jckn=kg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/plan/initsplan.c | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-10-09 14:34:05 pgsql: Avoid uninitialized-variable warnings from older compilers.
Previous Message Michael Paquier 2025-10-09 05:02:40 pgsql: Remove duplicated log related to slot creation in pg_createsubsc