mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 04:40:58 -04:00
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
This commit is contained in:
parent
8d02f49696
commit
f997d777ad
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@
|
|||
#include "optimizer/restrictinfo.h"
|
||||
#include "parser/analyze.h"
|
||||
#include "rewrite/rewriteManip.h"
|
||||
#include "utils/fmgroids.h"
|
||||
#include "utils/lsyscache.h"
|
||||
#include "utils/rel.h"
|
||||
#include "utils/typcache.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue