Remove unnecessary include of "utils/fmgroids.h"
authorRichard Guo <rguo@postgresql.org>
Thu, 9 Oct 2025 08:49:20 +0000 (17:49 +0900)
committerRichard Guo <rguo@postgresql.org>
Thu, 9 Oct 2025 08:49:20 +0000 (17:49 +0900)
commitf997d777adf725c674e1bfcff086487f2427759e
tree5f297ca53edb8b9cd9c00755a43d3e1c641d6efd
parent8d02f49696d81b1641412c2f4545403de37faadc
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
src/backend/optimizer/plan/initsplan.c