Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAZ7o-0005xC-1g for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Apr 2026 20:03:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wAZ7m-001uIP-0N for pgsql-hackers@arkaria.postgresql.org; Wed, 08 Apr 2026 20:03:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wAZ7l-001uIE-2L for pgsql-hackers@lists.postgresql.org; Wed, 08 Apr 2026 20:03:42 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wAZ7k-000000003kp-2VgQ for pgsql-hackers@postgresql.org; Wed, 08 Apr 2026 20:03:42 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id F3555578410 for ; Wed, 08 Apr 2026 22:03:39 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id E507D578497; Wed, 08 Apr 2026 22:03:39 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id E1E072C8BAAC; Wed, 08 Apr 2026 22:03:39 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id OO-9W4G0raEE; Wed, 8 Apr 2026 22:03:39 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 217.159.201.219 Received: from smtpclient.apple (219-201-159-217.sta.estpak.ee [217.159.201.219]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 6666A2201594; Wed, 08 Apr 2026 22:03:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1775678619; bh=glCcj/hWroj5DKUfZQCmMQNUarDJsWMdYrtnXl83HA4=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=wOwcUtEoc6faZOQ0fRi3ISHfFWqfjFgI2JH1rjrHnwlJtHu5O3S4OfmmHUFzwTMN2 nbzXuRSpEjI+Y7yLxSD7YvJT+2209NZMM3NQFQEmY9vJ2o2r+oeykuVXRE+4l90oAj eBMA+ROQX1SrVpT/vpU+MLiJoxnMCFYrE96EN0uivTi/XDrFim6cFyxuS+ELorCKdL /hlDm0VbtFs6QuvrpGPT4DAC7pu0suQZbWVv8nqDQCHNLyOaAwGIlD+CK1GzZKg633 uooh/ChRW1Dm6Wsd7C2vRm9T1kdY3zTx/EgTnL4uMQ8aZttRJoFQVTOYb6vNTIAna3 OQOFfTuByX1ow== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: DOCS: Update data_checksums documentation to reflect enum change From: Daniel Gustafsson In-Reply-To: Date: Wed, 8 Apr 2026 23:03:28 +0300 Cc: PostgreSQL Hackers , pgsql-hackers@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <9853551B-87F0-4A95-9C5B-AB85174465F4@yesql.se> References: To: Lakshmi N X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 8 Apr 2026, at 09:38, Lakshmi N wrote: > Following commit f19c0eccae9680f5785b11cdc58ef571998caec9, the = data_checksums configuration parameter type was changed from a boolean = to an enum. Attaching a small patch to reflect this change. Thanks for the patch, I added a small change to update the xref to point = to the main data checksums section and pushed it. -- Daniel Gustafsson