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 1sEXhn-0022Ad-5S for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Jun 2024 17:12:16 +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 1sEXhn-0018cf-6a for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Jun 2024 17:12: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 1sEXhm-0018cX-OV for pgsql-hackers@lists.postgresql.org; Tue, 04 Jun 2024 17:12:14 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sEXhj-002Ka5-QE for pgsql-hackers@postgresql.org; Tue, 04 Jun 2024 17:12:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=momjian.us; s=2024011501; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description; bh=uG9J3utlcVPSPAJ98uRQrVd6cEDmbODQWd8UqO399a8=; b=JBZi6 wBIQCIsNadrMfynNDcJMiFkr2UqAMF2J4JEcwysUUe4JsfXEabgnKPkhA2ac9Z6IgOnwotoiQGPw9 z2ePQk4VG0lvj/XKbFVTIKyIkU9N61piz9unjr6Ow6Golh2Sc7WjznzyCABoBQjBtxxQ75Inlt+1g Q+5ofGwCH3WvlTB/E2nNtNjN9TYrr101O7Ww5TSZKkZGmrq6Y2yWR3WPBNxD+7KqklhU+pjE5wO8v 9JG/0Rs8gb0a5lxHqf+V7EiAmBt6xNBs6NTEQYdsTYmyMecXPQsKlOD2sRWu6Hcr88cnSMBJ1T8xx SAtD2Q2uVSvhpbYRR+F6fI9KNAW+g==; Received: from bruce by momjian.us with local (Exim 4.96) (envelope-from ) id 1sEXhc-00A4ON-21; Tue, 04 Jun 2024 13:12:04 -0400 Date: Tue, 4 Jun 2024 13:12:04 -0400 From: Bruce Momjian To: "Fujii.Yuki@df.MitsubishiElectric.co.jp" Cc: Alexander Pyhalov , Robert Haas , PostgreSQL-development , Tom Lane , Stephen Frost , Andres Freund , Tomas Vondra , Julien Rouhaud , Daniel Gustafsson , vignesh C Subject: Re: Partial aggregates pushdown Message-ID: References: <31ab8f7b91cef6e837b3e31ea1e35a9a@postgrespro.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, May 27, 2024 at 09:30:59PM +0000, Fujii.Yuki@df.MitsubishiElectric.co.jp wrote: > Hi Mr. Pyhalov. > > Sorry for the late reply. > Thank you for your modification and detailed review. > I attach a fixed patch, have been not yet rebased. I know this patch was discussed at the Vancouver conference. What are the open issues? I know of several: * add tests that were requested by Fujii-san and now posted by Alexander Pyhalov * Where is the documentation? I know the original patch had some, and I improved it, but it seems to be missing. * Passes unsafe binary data from the foreign server. Can someone show me where that last item is in the patch, and why can't we just pass back values cast to text? -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Only you can decide what is important to you.