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 1whlbx-000PJl-1n for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jul 2026 10:04:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whlbw-00CLPW-0K for pgsql-docs@arkaria.postgresql.org; Thu, 09 Jul 2026 10:04:04 +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 1whPlE-006gkN-0z for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 10:44:13 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1whPlC-00000000DuK-090V for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 10:44:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:Cc:From:To:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Content-ID: Content-Description:In-Reply-To:References; bh=ZUOawXB9DthHY1g6hMffEqnqNEk0tNeOsE/52AtPhYc=; b=mjUBZcK83/iMtOcDAwZJSdxF2Y 3dlc7U5+w2GUdPbOZW0AGZz6SJYrEjVCyrWIJp0FYPC+yuwqegg4K38tuBqfZ6233Zj6vdW/8WUTz YieRiYHYOhugH+sTo1W8yL1Usk5Cs9fEm5d4vArqnlNKMpjt3haLDHunWan0LfnD7XqqE05Pt+tBV eW7L/UOx8bBk7BZj1GJWq0IXF72TfBcDGca9ignlE0Wi9syzKIoTHB0nB61SDN7musilAXr2rYodf WCPt9KX3oCYn+YPLwAnBG/UmQdJF0D1+h7eI8HHfr/mzvsx+/Wz/T5uOMIzOyb8D+OTueI70bwI1Z Ssl+nwPA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whPlB-000Vt0-04 for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 10:44:09 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whPl3-001For-2b for pgsql-docs@lists.postgresql.org; Wed, 08 Jul 2026 10:44:03 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: 66.6. Database Page Layout To: pgsql-docs@lists.postgresql.org From: PG Doc comments form Cc: y.saburov@gmail.com Reply-To: y.saburov@gmail.com, pgsql-docs@lists.postgresql.org Date: Wed, 08 Jul 2026 10:43:12 +0000 Message-ID: <178350739237.73862.4549076173872335741@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/18/storage-page-layout.html Description: > The second field contains the page checksum if -k are enabled. -k -- This is enabled by default; use --no-data-checksums to disable checksums. Why does this need to be clarified?