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 1wewL6-0059HF-32 for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Jul 2026 14:55:00 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wewL5-00EJJL-1P for pgsql-hackers@arkaria.postgresql.org; Wed, 01 Jul 2026 14:54:59 +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.96) (envelope-from ) id 1wewL5-00EJJD-0T for pgsql-hackers@lists.postgresql.org; Wed, 01 Jul 2026 14:54:59 +0000 Received: from meesny.iki.fi ([195.140.195.201]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wewL3-00000001DBa-0rU2 for pgsql-hackers@lists.postgresql.org; Wed, 01 Jul 2026 14:54:58 +0000 Received: from [10.0.2.15] (unknown [130.41.208.1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: hlinnaka) by meesny.iki.fi (Postfix) with ESMTPSA id 4gr32m06B2zyQt; Wed, 01 Jul 2026 17:54:55 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1782917696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8rqgAdQViZ+xuleAvfxBzpCG/OQKhWTUY5YJDM4Iw18=; b=tHyuXIPSPZFY3lR1NtyHhzqz9ZSDivJ/anmo1rYvS/p1h4lY4nC0YxlhioMfeYaEB/042W Zl0pCJyzsDLxcikZPQAHOW5GY4V2ptrLI4WJPnYB9ebKf9SzqYhcXygwrh52Iobk3hgGih /4x6qvLsxhPvMtLlBWUht2e9y5n2hf8= ARC-Seal: i=1; a=rsa-sha256; d=iki.fi; s=meesny; cv=none; t=1782917696; b=t1DqiP7WsQU535FK+RUbRS7/ax/5AHOQyFsh3Bt/f0HZ3rWxXL8xdySORfbQYZUE7sXAVX iWVDCs1/+nL0rquF45HXAvlsyVKA8syH7WCUFhph/zHWUQ49Rwvm1iZc0tqMOhhJdLijBH +fDCS94dGal1vA0ulNbcCvEXgFjTMBQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1782917696; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8rqgAdQViZ+xuleAvfxBzpCG/OQKhWTUY5YJDM4Iw18=; b=QZZ3UzlCLG9rMIHP9knKPMBV2+lInaCpcUgDNWOeowAAS3EPjNBwLImjeg4AlT6nhRJ88S mi9696nTzjvUIRrmER807hjPlZ+LThF4HJVCIeY4o6puNQA6JrdmlRSmkhZmD7tN2GyOJw iHFYiMRGYeIfLNWRrTOMe9fG6PB+2xI= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=hlinnaka smtp.mailfrom=hlinnaka@iki.fi Message-ID: <5457c6ca-b6a8-4edd-b2e6-a2e2d47380b2@iki.fi> Date: Wed, 1 Jul 2026 17:54:55 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: postgres_fdw: fix cumulative stats after imported foreign-table stats To: Etsuro Fujita Cc: PostgreSQL Hackers , Corey Huinker , Chao Li References: <6ED81190-B398-44C9-A1E9-8EFE4ED183AF@gmail.com> <1C610259-C019-446F-B643-243E00950C36@gmail.com> Content-Language: en-US From: Heikki Linnakangas In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi Etsuro, On 15/06/2026 12:31, Etsuro Fujita wrote: > On Mon, Jun 15, 2026 at 4:37 PM Chao Li wrote: >> Then I think this issue deserves a place on the open items list, so I just added it. > > Thanks for that! Spotted this while going through the open items list. Have you had a chance to look into this? - Heikki