From 7c237e58f59d0b9b926fd000ae98546a5849a228 Mon Sep 17 00:00:00 2001 From: Lakshmi N Date: Tue, 7 Apr 2026 23:17:17 -0700 Subject: [PATCH] doc: Update data_checksums documentation to reflect enum change Following commit f19c0eccae9680f5785b11cdc58ef571998caec9, the data_checksums configuration parameter type was changed from a boolean to an enum. This updates the documentation to accurately reflect its new type and document the new possible states: 'on', 'off', 'inprogress-on', and 'inprogress-off'. --- doc/src/sgml/config.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2c4106ee9ab..bbbe8ea735f 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -12123,14 +12123,16 @@ dynamic_library_path = '/usr/local/lib/postgresql:$libdir' - data_checksums (boolean) + data_checksums (enum) data_checksums configuration parameter - Reports whether data checksums are enabled for this cluster. + Reports the state of data checksums for this cluster. + Possible values are on, off, + inprogress-on and inprogress-off. See for more information. -- 2.43.0