pgsql: Remove dynahash.h

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dynahash.h
Date: 2025-09-10 05:25:48
Message-ID: E1uwDL2-001Xj1-1l@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e6da68a6e1d60a037b63a9c9ed36e5ef0a996769

Modified Files
--------------
src/backend/utils/hash/dynahash.c | 4 ++--
src/include/utils/dynahash.h | 20 --------------------
2 files changed, 2 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-09-10 09:10:55 Re: pgsql: Preserve conflict-relevant data during logical replication.
Previous Message Michael Paquier 2025-09-10 02:21:21 pgsql: Replace callers of dynahash.h's my_log() by equivalent in pg_bit