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

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't include execnodes.h in brin.h or gin.h
Date: 2025-10-05 15:40:47
Message-ID: E1v5Qqt-000COb-2N@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-10-05 16:41:07 pgsql: Don't include access/htup_details.h in executor/tuptable.h
Previous Message David Rowley 2025-10-04 01:30:48 pgsql: Teach UNION planner to remove dummy inputs