Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n82nt-0004kB-Ai for buildfarm-members@arkaria.postgresql.org; Thu, 13 Jan 2022 16:18:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1n82ns-0005DI-8z for buildfarm-members@arkaria.postgresql.org; Thu, 13 Jan 2022 16:18:20 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n82ns-0005D5-2Z for buildfarm-members@lists.postgresql.org; Thu, 13 Jan 2022 16:18:20 +0000 Received: from mail-il1-x12d.google.com ([2607:f8b0:4864:20::12d]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1n82nn-0005KL-7p for buildfarm-members@lists.postgresql.org; Thu, 13 Jan 2022 16:18:19 +0000 Received: by mail-il1-x12d.google.com with SMTP id u5so1828766ilq.9 for ; Thu, 13 Jan 2022 08:18:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20210112.gappssmtp.com; s=20210112; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=OuCIetWbh8OUSN2GJz8j+FdWYOPakia5VsqNr0dsEwA=; b=YYcG4wwKw4yG1EE4n3Q3jCR6h52BWkzkBaV7GU3uLjRH3eVaBHzypo0m/ROy4F5xhy 4imrP/5A6gW+lammJSHSKK9fBol254tUElKyQ3FvV6/DGxdhTQy93Pyo7Wsm+2Gf4O8G j42NZYIUCtYHM60rODJfg/qdcctmsAIMpZVXxXnyhlo9fV4V0whE0sTc2jioqyZrvAR7 pPt+LBZjLzyR+66IkeViCcLf3cDeA5hRqmzgSv2oLpHIJgYEbjy+UcNjTAMV/JuUrqP7 +lVQ3FTzHMvCIeU2a7cVC7mY3fO8esRKIU0WuYC01LBaAJXR+6Dw0VDbQVTNHx3Ajrwi H5Ww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=OuCIetWbh8OUSN2GJz8j+FdWYOPakia5VsqNr0dsEwA=; b=cRFv0xT5Zu9QvEHyxk0HxXkKl8oRUpNReWkYNcUOsvlzqxH6Nf7bRzDqDoB7b/TEbh fKF+En+1iL2B9EqSffkGuUGAeiqiFQc/+sLv8SD8G/zGOiGpuz9+1TY9zHyCEsSDgAsW kGeHkrZ9Il4rFNB1Ddp4SzduQNtD0aiCHsVgDLw9FcEKDHvXkezb6tQduwHnI3F250wW IHCUNTjCouTibtmcX0826Kxf5GbjLtPgufz6vfv1bJIknuYHYmjPSIz9hcpBKGN/tIEZ BldYr1DfBDAFmfHSuynfpftHy2oTrrVPLGKxJ3ZikMDbepxo4xNl6jyvYmUm4VsdW2B+ nO2w== X-Gm-Message-State: AOAM531Tyjqr5fro/nlUhOilogG4WE2GX0ZA/FnkKl5mSqxEiiBy3XNH YP7ZeMyi0gMV8GJO7fdrBHpwpzaWvR2Txw== X-Google-Smtp-Source: ABdhPJxat1k75WjGgG2VFN9wNXaur7xvzIQa67/2vp23SkvEpBtep1G0+QbNlIxr7WYoKv6LU8UWsA== X-Received: by 2002:a05:6e02:1809:: with SMTP id a9mr2772346ilv.102.1642090693043; Thu, 13 Jan 2022 08:18:13 -0800 (PST) Received: from pryzbyj.telsasoft (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id g11sm3166418ile.78.2022.01.13.08.18.12 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jan 2022 08:18:12 -0800 (PST) Received: by pryzbyj.telsasoft (Postfix, from userid 1000) id 177CE800897; Thu, 13 Jan 2022 10:18:12 -0600 (CST) Date: Thu, 13 Jan 2022 10:18:11 -0600 From: Justin Pryzby To: buildfarm-members@lists.postgresql.org Subject: data_checksums coverage Message-ID: <20220113161811.GI14051@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Is there any coverage with data_checksums=on (initdb -k) ? -- Justin