pgsql: Remove HASH_DEBUG output from dynahash.c

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove HASH_DEBUG output from dynahash.c
Date: 2025-08-18 23:14:42
Message-ID: E1uo93p-000YKH-22@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove HASH_DEBUG output from dynahash.c

This existed in a semi broken stated from be0a66666 until 296cba276.
Recent discussion has questioned the value of having this at all as it
only outputs static information from various of the hash table's
properties when the hash table is created.

Author: Hayato Kuroda (Fujitsu) <kuroda(dot)hayato(at)fujitsu(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/OSCPR01MB1496650D03FA0293AB9C21416F534A@OSCPR01MB14966.jpnprd01.prod.outlook.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/hash/dynahash.c | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-08-18 23:24:04 Re: pgsql: Move SQL-callable code related to multixacts into its own file
Previous Message David Rowley 2025-08-18 22:59:07 pgsql: Use elog(DEBUG4) for dynahash.c statistics output