mirror of
https://github.com/postgres/postgres.git
synced 2025-12-18 05:01:01 +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:
@@ -12,9 +12,9 @@
|
||||
|
||||
#include "access/xlogreader.h"
|
||||
#include "lib/stringinfo.h"
|
||||
#include "nodes/execnodes.h"
|
||||
#include "storage/shm_toc.h"
|
||||
#include "storage/block.h"
|
||||
#include "storage/dsm.h"
|
||||
#include "storage/shm_toc.h"
|
||||
#include "utils/relcache.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user