mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 12:00:13 -04:00
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
This commit is contained in:
parent
1df361e3d8
commit
75152c5dc5
1 changed files with 1 additions and 0 deletions
|
|
@ -585,6 +585,7 @@
|
|||
variable => 'data_checksums',
|
||||
boot_val => 'PG_DATA_CHECKSUM_OFF',
|
||||
options => 'data_checksums_options',
|
||||
show_hook => 'show_data_checksums',
|
||||
},
|
||||
|
||||
# Can't be set by ALTER SYSTEM as it can lead to recursive definition
|
||||
|
|
|
|||
Loading…
Reference in a new issue