Remove dynahash.h
authorMichael Paquier <michael@paquier.xyz>
Wed, 10 Sep 2025 05:11:50 +0000 (14:11 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 10 Sep 2025 05:11:50 +0000 (14:11 +0900)
commite6da68a6e1d60a037b63a9c9ed36e5ef0a996769
tree068bcf43c1c23117238a1b6508dd6d76aa281404
parentb1187266e077265cb061cbedd502e94179dc7b21
Remove dynahash.h

All the callers of my_log2() are now limited inside dynahash.c, so let's
remove this header.  The same capability is provided by pg_bitutils.h
already.

Discussion: https://postgr.es/m/CAEZATCUJPQD_7sC-wErak2CQGNa6bj2hY-mr8wsBki=kX7f2_A@mail.gmail.com
src/backend/utils/hash/dynahash.c
src/include/utils/dynahash.h [deleted file]