Include necessary header files in radixtree.h.
authorMasahiko Sawada <msawada@postgresql.org>
Mon, 9 Dec 2024 21:07:06 +0000 (13:07 -0800)
committerMasahiko Sawada <msawada@postgresql.org>
Mon, 9 Dec 2024 21:07:06 +0000 (13:07 -0800)
commit724890ffb75c703afc1e0287f5a66b94c2998799
tree151b6a4fcbb6cd72b49274e6f92eb01070c69a7f
parent36d0229b8ff5907ccff782e9425d1647401b7e99
Include necessary header files in radixtree.h.

When #include'ing radixtree.h with RT_SHMEM, it could happen to raise
compiler errors due to missing some declarations of types and
functions.

This commit also removes the inclusion of postgres.h since it's
against our usual convention.

Backpatch to v17, where radixtree.h was introduced.

Reviewed-by: Heikki Linnakangas, Álvaro Herrera
Discussion: https://postgr.es/m/CAD21AoCU9YH%2Bb9Rr8YRw7UjmB%3D1zh8GKQkWNiuN9mVhMvkyrRg%40mail.gmail.com
Backpatch-through: 17
src/include/lib/radixtree.h