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 1v2sHa-008Jg1-OP for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Sep 2025 14:21:46 +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 1v2sGZ-00EfLq-1Q for pgsql-hackers@arkaria.postgresql.org; Sun, 28 Sep 2025 14:20:43 +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.94.2) (envelope-from ) id 1v2sGY-00EfLf-O5 for pgsql-hackers@lists.postgresql.org; Sun, 28 Sep 2025 14:20:43 +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 1v2sGW-000Ltj-2Q for pgsql-hackers@postgresql.org; Sun, 28 Sep 2025 14:20:42 +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 58SEKTAf815017; Sun, 28 Sep 2025 10:20:29 -0400 From: Tom Lane To: Chao Li cc: Peter Eisentraut , David Christensen , Andrey Borodin , pgsql-hackers , "David G. Johnston" , Jelte Fennema-Nio Subject: Re: [PATCH] GROUP BY ALL In-reply-to: References: <4D2047B0-E8D8-472B-B7E8-61206B1E6AFA@yandex-team.ru> <4083063.1758902694@sss.pgh.pa.us> <4085064.1758903815@sss.pgh.pa.us> <167505.1758988990@sss.pgh.pa.us> <702762.1759011796@sss.pgh.pa.us> Comments: In-reply-to Chao Li message dated "Sun, 28 Sep 2025 17:05:04 +0800" MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <815015.1759069229.1@sss.pgh.pa.us> Content-Transfer-Encoding: 8bit Date: Sun, 28 Sep 2025 10:20:29 -0400 Message-ID: <815016.1759069229@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Chao Li writes: > Do we want to specifically check “ctid”? No. Complete waste of effort. regards, tom lane