mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Don't include execnodes.h in brin.h or gin.h
These headers don't need execnodes.h for anything. I think they never have. Discussion: https://postgr.es/m/202510021240.ptc2zl5cvwen@alvherre.pgsql
This commit is contained in:
@@ -126,6 +126,7 @@
|
||||
#include "catalog/pg_am.h"
|
||||
#include "catalog/pg_type.h"
|
||||
#include "common/hashfn.h"
|
||||
#include "port/pg_bitutils.h"
|
||||
#include "utils/fmgrprotos.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user