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 1p7wdW-0004YR-2R for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Dec 2022 10:47:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1p7wdU-0007mv-Lc for pgsql-hackers@arkaria.postgresql.org; Wed, 21 Dec 2022 10:47:44 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p7wdU-0007lu-A3 for pgsql-hackers@lists.postgresql.org; Wed, 21 Dec 2022 10:47:44 +0000 Received: from mail-pl1-x631.google.com ([2607:f8b0:4864:20::631]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1p7wdS-0006Db-1I for pgsql-hackers@postgresql.org; Wed, 21 Dec 2022 10:47:43 +0000 Received: by mail-pl1-x631.google.com with SMTP id t2so15151409ply.2 for ; Wed, 21 Dec 2022 02:47:41 -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=0orU2RzlqWO/uoanInYCJCg8Zm3LLGT3LnW5BiUMuBg=; b=DpZQFwOcdOItBpN17qdakuICGG9sOD8qSZwKyurEKpJAEjNMc3POhI8mWOPzwCEkWU FUgLgplnkrWeVuKUKXJA+SzxZtuoBQh3Efdei6cyzHCy4rZyCmNZ51/TJbq8DtHIxFRt KajhSWpvzOnkkbHoZkFy2JGnVDEGqhrw8AA3Fjsw+LQLbpKuHQu1MYj4R9oh8GuA3zJA H3X0WgBfjcs4CaEIBLXv2c/btTu98yC8WwLRY4/y76uDoLXAs1r0OSh0XD1L+qQe69lq asqY5YnKHzZ+pUak9e4LYOb4f3HJpmaGvW8115ggJDLuG+BbSS7TZ+t3J4s3BDeSukIB QyrQ== 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=0orU2RzlqWO/uoanInYCJCg8Zm3LLGT3LnW5BiUMuBg=; b=XjzQyfbgdSAVTT1tEYLg///CJTF6M4fy1DaSl3CH5CC1AjRuA5ikIjtsJvmw/FOul8 JKFaKzl8MaOeOVFgbDN0G8KLRq/O76DVCch+0i+umpGY1l4iN79SjkUg9VHXpjOOg1+E 9FlJJ6mf8gnat9WyJKTCSlF2UriIKfxEOP7Yy8TBG5rIswCJU0OPFf+rpE8VsZtFyjUh gY+sy4P06rSICBZilvmb/GVWiPaSZddkHt2Jxuwc5Lty3RsCBRydYelOov+JuTSgfpGc FTiJRwZ8jFJEG8t3IBL4dQ0xMsGQfP8a9NIURJ23Z2b+GINkwq+d3KbGnFstvzGgUBWn vVIA== X-Gm-Message-State: AFqh2kqh18LtxaRAoc6W+tC8rfOdqOFcty8VbDxGytxxn8Hu6HkpwQ2z OGFK0QsyocMkm2nkTcKzGvxiviQFzjcIgkr/gOg= X-Google-Smtp-Source: AMrXdXtBIM7m9qbTReyI/70Y79M45pIvwlfTwlUY3e6xQ5aaIr+ygCK2mNnzT/PbYlqEXYn7akHppBxaKDS16zauXho= X-Received: by 2002:a17:902:bcc5:b0:190:f5be:89bc with SMTP id o5-20020a170902bcc500b00190f5be89bcmr69159pls.98.1671619661004; Wed, 21 Dec 2022 02:47:41 -0800 (PST) MIME-Version: 1.0 References: <20221221101846.7zsi7lscnm5ediik@alvherre.pgsql> In-Reply-To: <20221221101846.7zsi7lscnm5ediik@alvherre.pgsql> From: Amit Langote Date: Wed, 21 Dec 2022 19:47:24 +0900 Message-ID: Subject: Re: generic plans and "initial" pruning To: Alvaro Herrera Cc: Robert Haas , Jacob Champion , David Rowley , Tom Lane , PostgreSQL-development Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, Dec 21, 2022 at 7:18 PM Alvaro Herrera wrote: > This version of the patch looks not entirely unreasonable to me. I'll > set this as Ready for Committer in case David or Tom or someone else > want to have a look and potentially commit it. Thank you, Alvaro. -- Thanks, Amit Langote EDB: http://www.enterprisedb.com