pgsql: Fix data_checksum GUC show_hook - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Fix data_checksum GUC show_hook
Date
Msg-id E1wIPqk-003SOl-1C@gemulon.postgresql.org
Whole thread
List pgsql-committers
Fix data_checksum GUC show_hook

Commit f19c0eccae erroneously omitted the show_hook for the
data_checksum GUC.

Author: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Tomas Vondra <tomas@vondra.me>
Reviewed-by: SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>
Reviewed-by: Ayush Tiwari <ayushtiwari.slg01@gmail.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(+)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix invalid checksum state transition in checkpoints
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Avoid SIGSEGV in pg_get_database_ddl() on NULL tablespace