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.94.2) (envelope-from ) id 1t0jNz-00CufU-NT for pgsql-hackers@arkaria.postgresql.org; Tue, 15 Oct 2024 15:22:59 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t0jNw-007nF6-2x for pgsql-hackers@arkaria.postgresql.org; Tue, 15 Oct 2024 15:22:56 +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.94.2) (envelope-from ) id 1t0jNv-007nEw-PP for pgsql-hackers@lists.postgresql.org; Tue, 15 Oct 2024 15:22:56 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t0jNq-001Cg4-1t for pgsql-hackers@postgresql.org; Tue, 15 Oct 2024 15:22:55 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 49FFMgcI3967246; Tue, 15 Oct 2024 11:22:42 -0400 From: Tom Lane To: Robert Haas cc: Amit Langote , Alvaro Herrera , Andres Freund , Daniel Gustafsson , David Rowley , PostgreSQL Hackers , Thom Brown Subject: Re: generic plans and "initial" pruning In-reply-to: References: <202406191709.jbvpf7d7hl6g@alvherre.pgsql> Comments: In-reply-to Robert Haas message dated "Tue, 15 Oct 2024 10:38:10 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <3967244.1729005762.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 15 Oct 2024 11:22:42 -0400 Message-ID: <3967245.1729005762@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Robert Haas writes: > On Fri, Oct 11, 2024 at 3:30=E2=80=AFAM Amit Langote wrote: >> Maybe just "relids" suffices with a comment updated like this: >> = >> * relids RelOptInfo.relids of the parent plan node (e.g. = Append >> * or MergeAppend) to which his PartitionPruneInfo = node >> * belongs. Used to ensure that the pruning logic m= atches >> * the parent plan's apprelids. > LGTM. "his" -> "this", surely? regards, tom lane