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 1u1o1J-008P4K-5b for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Apr 2025 15:04:17 +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 1u1o1H-00HVZ4-Ip for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Apr 2025 15:04:15 +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 1u1o1H-00HVYv-9F for pgsql-hackers@lists.postgresql.org; Mon, 07 Apr 2025 15:04:15 +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.96) (envelope-from ) id 1u1o1E-003wHg-24; Mon, 07 Apr 2025 15:04:15 +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 537F49Vn3461113; Mon, 7 Apr 2025 11:04:09 -0400 From: Tom Lane To: Melanie Plageman cc: David Rowley , Alexander Korotkov , PostgreSQL Hackers Subject: Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate In-reply-to: References: Comments: In-reply-to Melanie Plageman message dated "Mon, 07 Apr 2025 09:50:42 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3461111.1744038249.1@sss.pgh.pa.us> Date: Mon, 07 Apr 2025 11:04:09 -0400 Message-ID: <3461112.1744038249@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Melanie Plageman writes: > Yea, my email was held in moderation for days. I guess cross-posting is > flagged. I thought I saw people regularly cc pgsql-hackers when replying to > pgsql-committers, but I guess not. Yeah, that used to be common practice, but we made a policy change to discourage cross-posting a few years ago. Too many newbies cross-posting questions to umpteen lists. regards, tom lane