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 1vX4e6-000XFD-2M for pgsql-hackers@arkaria.postgresql.org; Sat, 20 Dec 2025 21:37:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vX4e5-00AqCA-25 for pgsql-hackers@arkaria.postgresql.org; Sat, 20 Dec 2025 21:37:50 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vX4e5-00AqC2-19 for pgsql-hackers@lists.postgresql.org; Sat, 20 Dec 2025 21:37:50 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vX4e4-001ijK-0c for pgsql-hackers@lists.postgresql.org; Sat, 20 Dec 2025 21:37:48 +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 5BKLbdFE007372; Sat, 20 Dec 2025 16:37:40 -0500 From: Tom Lane To: "=?ISO-8859-1?B?emVuZ21hbg==?=" cc: "=?ISO-8859-1?B?UGF2ZWwgU3RlaHVsZQ==?=" , "=?ISO-8859-1?B?cGdzcWwtaGFja2Vycw==?=" Subject: Re: Inline non-SQL SRFs using SupportRequestSimplify In-reply-to: References: <09de6afa-c33d-4d94-a5cb-afc6cea0d2bb@illuminatedcomputing.com> <1755478.1722020334@sss.pgh.pa.us> <956f8a6f-32a7-49ab-92a3-dca5c8afe112@illuminatedcomputing.com> <1466725.1725381721@sss.pgh.pa.us> <33b10538-2c88-4278-a65f-0c1e6f265cb7@illuminatedcomputing.com> <737313.1752528083@sss.pgh.pa.us> <440458.1763858681@sss.pgh.pa.us> Comments: In-reply-to "=?ISO-8859-1?B?emVuZ21hbg==?=" message dated "Sat, 20 Dec 2025 12:23:41 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <7370.1766266659.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sat, 20 Dec 2025 16:37:39 -0500 Message-ID: <7371.1766266659@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk "=3D?ISO-8859-1?B?emVuZ21hbg=3D=3D?=3D" writes: > I've noticed this interesting feature and would like to modify this test= case to clarify that we fall back to the original logic when inlining fai= ls. = > This is a small change that doesn't touch core code. What do you all thi= nk? I think this looks like a waste of test cycles. AFAICS it won't add even a single line of code coverage for inline_function_in_from(). Why do you think we need it? regards, tom lane