pgsql: Fix data_checksum GUC show_hook

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix data_checksum GUC show_hook
Date: 2026-04-30 11:46:35
Message-ID: E1wIPqk-003SOl-1C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix data_checksum GUC show_hook

Commit f19c0eccae erroneously omitted the show_hook for the
data_checksum GUC.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Tomas Vondra <tomas(at)vondra(dot)me>
Reviewed-by: SATYANARAYANA NARLAPURAM <satyanarlapuram(at)gmail(dot)com>
Reviewed-by: Ayush Tiwari <ayushtiwari(dot)slg01(at)gmail(dot)com>
Discussion: https://postgr.es/m/9197F930-DDEB-4CAC-82A2-16FEC715CCE8@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75152c5dc5d38929ddf82f65d5c59eb5a628ab38

Modified Files
--------------
src/backend/utils/misc/guc_parameters.dat | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2026-04-30 14:52:33 pgsql: Avoid SIGSEGV in pg_get_database_ddl() on NULL tablespace
Previous Message Daniel Gustafsson 2026-04-30 11:46:34 pgsql: Improve handling of concurrent checksum requests