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 1wSD42-00323K-0X for pgsql-bugs@arkaria.postgresql.org; Wed, 27 May 2026 12:08:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wSD40-008AL8-0K for pgsql-bugs@arkaria.postgresql.org; Wed, 27 May 2026 12:08:45 +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 1wSD3z-008AL0-2H for pgsql-bugs@lists.postgresql.org; Wed, 27 May 2026 12:08:44 +0000 Received: from forwardcorp1d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:df01]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wSD3y-00000001gfA-11XZ for pgsql-bugs@lists.postgresql.org; Wed, 27 May 2026 12:08:44 +0000 Received: from mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:65a0:0:640:e1de:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 1C35C8076D; Wed, 27 May 2026 15:08:39 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:11b::1:9]) by mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net (smtpcorp) with ESMTPSA id b8YvT10XDqM0-Pdy2byj4; Wed, 27 May 2026 15:08:38 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1779883718; bh=5ZM04sNNwEE5Lv5RyRKqd7pThLH0F4t34kWrJQfzZ+A=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=r+FQwFij+Edlie7YUwRsOGx4sOgi+TlqEwz7WLsyWMRsVDtVfrztZxsSYrwCcbHhH TUDInkhMZp/fbjtU5aB5YyM+q+JUGzxNxEzdv2atKSuqGVRe/if63XLvicRWq5MpHg yxWMetljzbqckGRSZTtY9/UPw9KO51Gm+1HS4nCk= Authentication-Results: mail-nwsmtp-smtp-corp-main-56.klg.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3864.600.51.1.1\)) Subject: Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8 From: Andrey Borodin In-Reply-To: <4016ab8b-84c0-4606-8a77-67ad5b157bfc@iki.fi> Date: Wed, 27 May 2026 17:08:27 +0500 Cc: Nazneen Jafri , Michael Paquier , Ayush Tiwari , Radim Marek , Marko Tiikkaja , PostgreSQL mailing lists Content-Transfer-Encoding: quoted-printable Message-Id: References: <19490-9c59c6a583513b99@postgresql.org> <46FE61C9-F273-45FD-BED7-0F8CDA6EB992@yandex-team.ru> <46DB3CAB-EA1C-41A5-9D6D-5F913A2AAF66@yandex-team.ru> <9DF05C0C-D165-4821-80C2-FFAF47C07FF4@yandex-team.ru> <90F2A05B-FEEB-4695-87ED-32F53C6AC097@yandex-team.ru> <4016ab8b-84c0-4606-8a77-67ad5b157bfc@iki.fi> To: Heikki Linnakangas X-Mailer: Apple Mail (2.3864.600.51.1.1) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 27 May 2026, at 14:06, Heikki Linnakangas wrote: >=20 > I have applied this to v14 - v16. Thanks! I can confirm that all 5 branches are now passing new buildfarm test = module. While 14-16 were failing it this morning. I'll try to get this test module to usable state and enable on my = animal. Interestingly, "make installcheck" regress trace was not triggering WAL = incompatibility, so I this module is not "make installcheck" + "special multixact = workload" [0]. I'm not sure it is useful for finding other similar bugs... Best regards, Andrey Borodin. [0] = https://github.com/PGBuildFarm/client-code/pull/42/changes#diff-588541281f= 9511e15c02bc6718535cf7cd28e650cf2b8a3af7acb36c47526916R227=