Remove HASH_DEBUG output from dynahash.c
authorDavid Rowley <drowley@postgresql.org>
Mon, 18 Aug 2025 23:14:21 +0000 (11:14 +1200)
committerDavid Rowley <drowley@postgresql.org>
Mon, 18 Aug 2025 23:14:21 +0000 (11:14 +1200)
commita98ccf727ebbb6d620b1a7995012f1751f261075
treeb2faefb3951e6f4ce2f1085d331b470f477f8852
parent05fcb9667c371fda93830b87269c01d74ca247e5
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.hayato@fujitsu.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/OSCPR01MB1496650D03FA0293AB9C21416F534A@OSCPR01MB14966.jpnprd01.prod.outlook.com
src/backend/utils/hash/dynahash.c