Обсуждение: pgsql: Don't include execnodes.h in brin.h or gin.h

Поиск
Список
Период
Сортировка

pgsql: Don't include execnodes.h in brin.h or gin.h

От
Álvaro Herrera
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b6f61bd89889f704656005e7c1f1a40255230e5

Modified Files
--------------
src/backend/access/brin/brin_bloom.c | 1 +
src/include/access/brin.h            | 3 ++-
src/include/access/gin.h             | 4 ++--
src/include/access/gin_private.h     | 1 +
4 files changed, 6 insertions(+), 3 deletions(-)