]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't include execnodes.h in brin.h or gin.h
authorÁlvaro Herrera <alvherre@kurilemu.de>
Sun, 5 Oct 2025 15:35:25 +0000 (17:35 +0200)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Sun, 5 Oct 2025 15:35:25 +0000 (17:35 +0200)
commit1b6f61bd89889f704656005e7c1f1a40255230e5
treeeef4ec54213dd71badc2750c79fe39ccf8f02101
parent03d40e4b523b2075c198aa89d9445ea8297f8eca
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
src/backend/access/brin/brin_bloom.c
src/include/access/brin.h
src/include/access/gin.h
src/include/access/gin_private.h