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 1wV2ID-001dMT-03 for pgpool-hackers@arkaria.postgresql.org; Thu, 04 Jun 2026 07:15:05 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wV2IB-005KCs-2M for pgpool-hackers@arkaria.postgresql.org; Thu, 04 Jun 2026 07:15:03 +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 1wV2IB-005KCk-11 for pgpool-hackers@lists.postgresql.org; Thu, 04 Jun 2026 07:15:03 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wV2I7-000000012Cn-1E50 for pgpool-hackers@lists.postgresql.org; Thu, 04 Jun 2026 07:15:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Mime-Version:References:In-Reply-To:From:Subject:Cc:To:Message-Id:Date:Sender :Reply-To:Content-ID:Content-Description; bh=O/7GngqCwGKPTwOD55DhR3Jdtyt5cNlADQ1UwliwSAg=; b=VOkRy8TFzegTr5ANDLp3UQ+5Qk VDbxNQ5hYwaPE7GMEFjVfxTVcAJLSp7wu15wYGxre20hdG+o/k8EERK7WbW4LXFoaGETS0AkX3Lop Maox5qgP4/WNxAJdB2xz2rmMhVuj0ZLrFqHOGFCSsu/l8xqv1srIufNaxHB+tcMYyGNGvla8xs3La iBUT8+NqyvN1WXl5dG07c5smwDDMy/mOrWwSonQrJH7/ZFL8Zy0Mcy7C7G9N1lgXN8PIiRJ/tKFn3 zDKnThIX99kc0fcMBC/g2c1iA+aWiUdw5DjPQY2G1QE7fwlPXhQu5IPb+8UdUJMni1Yg0jM7NkxQ3 HRW9gOSw==; Received: from [2409:11:4120:300:6b7d:da09:f64c:7517] (helo=localhost) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wV2I2-002v2U-1B; Thu, 04 Jun 2026 07:14:56 +0000 Date: Thu, 04 Jun 2026 16:14:40 +0900 (JST) Message-Id: <20260604.161440.589411300726741691.ishii@postgresql.org> To: nadav@tailorbrands.com Cc: pgpool-hackers@lists.postgresql.org Subject: Re: Proposal: Recent mutated table tracking in memory From: Tatsuo Ishii In-Reply-To: <20260531.140928.1159580709730343176.ishii@postgresql.org> References: <20260523.201816.2108820434774242495.ishii@postgresql.org> <20260531.140928.1159580709730343176.ishii@postgresql.org> X-Mailer: Mew version 6.8 on Emacs 29.3 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Thu_Jun__4_16_14_40_2026_816)--" Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2409:11:4120:300:6b7d:da09:f64c:7517 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ----Next_Part(Thu_Jun__4_16_14_40_2026_816)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Nadav, >> v5-0001-Fix-disable_load_balance_on_write-and-query-cache.patch I updated the patch to: v2-0001-Fix-disable_load_balance_on_write-to-not-break-qu.patch I slightly modifies the first line of the commit message, and the file name has been changed too. In v2 patch, I added test cases for disable_load_balance_on_write options. Currently it includes test cases for trans_transaction, dml_adaptive and always. Other than that, nothing has been changed since v1. I plan to push to all supported branches after the June minor releases. After finishing review for your patch, I will push your patch along with addition to 006.memqcache so that it tests the new option. Regards, -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp ----Next_Part(Thu_Jun__4_16_14_40_2026_816)-- Content-Type: Text/X-Patch; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="v2-0001-Fix-disable_load_balance_on_write-to-not-break-qu.patch"