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 1pDgCX-0000ej-N6 for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Jan 2023 06:27:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pDgCW-0005Wo-9v for pgsql-hackers@arkaria.postgresql.org; Fri, 06 Jan 2023 06:27:36 +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 1pDgCV-0005Wf-Ve for pgsql-hackers@lists.postgresql.org; Fri, 06 Jan 2023 06:27:36 +0000 Received: from mail-ot1-x32f.google.com ([2607:f8b0:4864:20::32f]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pDgCT-0000t8-7I for pgsql-hackers@postgresql.org; Fri, 06 Jan 2023 06:27:35 +0000 Received: by mail-ot1-x32f.google.com with SMTP id p17-20020a9d6951000000b00678306ceb94so475741oto.5 for ; Thu, 05 Jan 2023 22:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=rMbT0g6w1QzAJoMPPQm2CLenGHsBEDfbAn8j1JUL9wI=; b=lIE26/cb3S1d2u2AhUkztELVdaRueWH42eieqObISK1nJXxtZ5XC6nkoiPGohR+HEB CHaQWrqRKLSbsBGKiKmdVWaG15kJyw3WVCbl1KN3YoZ18ahHGIo4Xw7F2a0GH9g4e1ox sJfdbbxv+Eu1iG04q/Ec6B8SwOfeX4DavX4AbR6ICeBGNaI2KKcaQF5H3ASlzr1vwWPN XCU9i+DBC3WBIfuAP2fjoewexKQyS0O3dharZNheIBmwbhv4VmgCtr1ykXmAvRaajcn3 HaOuQzcrhTCoXyG8XiFJ7rTyI61csitl1R0UrvwKwV8xGEWXuNnanuwIii5Vj/Qoo17X +ebg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=rMbT0g6w1QzAJoMPPQm2CLenGHsBEDfbAn8j1JUL9wI=; b=FpPEPJog//Q/aJqjLisXEETWxavU8vPoMHDSuUs5/u62CvFxbDQt/chgrWoTJ7k45j ZBLtBoLOCQ+85fxqzMcPBpJ/EM4idaXxMtsmUuJu1l3lz/x4klWvz2BaQNJ44FY7Qgkc O9rG0wOUTBiiJq7HtD8hAxE8EbiECguqEyclL6U59/KW/z/5uScOtJlkxRH6tJoQ63Ja pBgpzoSO6n2XYUqDz7mR8cT1OYTG5P5W2hzUYPeVohAaSHIoH+fFTjJI3+aZWunt7IKR 4NrXhDZXX+ZU/26+rvEdKeWWqAE51Bys9YbK+JA6GDbkVvTMw7BouKD3KKtF/gr+vxu+ bXSA== X-Gm-Message-State: AFqh2kozwNzwvjzv1QCRMj2aStcuWa08dXH0gNB5lDxeAEybRF649x4s CIxXV9dBXrCSsIhQvvqlH5KJgfICJWbmVLzJu68= X-Google-Smtp-Source: AMrXdXvZ/nwC62c14aXy9aRV3QEeRyvfwjrUyHofQw9Xdu5zAXRN9Cnm2mHmoFcTh3Ueg4pVm+WlxJAoiOcQ9iSMRkg= X-Received: by 2002:a9d:5c0f:0:b0:65b:ce9d:197e with SMTP id o15-20020a9d5c0f000000b0065bce9d197emr3224314otk.167.1672986451155; Thu, 05 Jan 2023 22:27:31 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: vignesh C Date: Fri, 6 Jan 2023 11:57:19 +0530 Message-ID: Subject: Re: Moving forward with TDE To: David Christensen Cc: Aleksander Alekseev , PostgreSQL-development , Stephen Frost Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Fri, 4 Nov 2022 at 03:36, David Christensen wrote: > > > Unless somebody in the community remembers open questions/issues with > > TDE that were never addressed I suggest simply iterating with our > > usual testing/reviewing process. For now I'm going to change the > > status of the CF entry [1] to "Waiting for Author" since the patchset > > doesn't pass the CI [2]. > > Thanks, enclosed is a new version that is rebased on HEAD and fixes a > bug that the new pg_control_init() test picked up. The patch does not apply on top of HEAD as in [1], please post a rebased patch: === Applying patches on top of PostgreSQL commit ID b82557ecc2ebbf649142740a1c5ce8d19089f620 === === applying patch ./v2-0004-cfe-04-common_over_cfe-03-scripts-squash-commit.patch patching file src/common/Makefile Hunk #2 FAILED at 84. 1 out of 2 hunks FAILED -- saving rejects to file src/common/Makefile.rej [1] - http://cfbot.cputube.org/patch_41_3985.log Regards, Vignesh