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 1wch9b-003YIc-0b for pgsql-hackers@arkaria.postgresql.org; Thu, 25 Jun 2026 10:17:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wch9Z-004sal-0q for pgsql-hackers@arkaria.postgresql.org; Thu, 25 Jun 2026 10:17:49 +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 1wch9Y-004saY-3C; Thu, 25 Jun 2026 10:17:48 +0000 Received: from forwardcorp1d.mail.yandex.net ([2a02:6b8:c41:1300:1:45:d181:df01]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wch9W-00000000Aaz-45IT; Thu, 25 Jun 2026 10:17:48 +0000 Received: from mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:bf1f:0:640:c739:0]) by forwardcorp1d.mail.yandex.net (Yandex) with ESMTPS id 2C8E880E4D; Thu, 25 Jun 2026 13:17:43 +0300 (MSK) Received: from smtpclient.apple (unknown [2a02:6bf:8080:48a::1:1]) by mail-nwsmtp-smtp-corp-main-66.iva.yp-c.yandex.net (smtpcorp) with ESMTPSA id gHWCc3BaGKo0-YQLCfdv2; Thu, 25 Jun 2026 13:17:42 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1782382662; bh=ei79mxOWhMNGSVSgVEcTCohQIykey2ZaOz90ZYxGS3c=; h=Message-Id:To:Date:References:Cc:In-Reply-To:From:Subject; b=xofG1ZkvEBzQfGH14jt4ON8jhHwXy7XYhqLZaJq/yQwu/vdEhCw0rBpWcWUfykxdb irchKpwhTsixoOml1UwUy1Dan8lj/K1njf5IQAeL/3D56EAf3a+jvjC9brUtIZ77ts IaggzrWCaOsIONlssORgVcXs3c+Rejvf8uvQSa2E= Authentication-Results: mail-nwsmtp-smtp-corp-main-66.iva.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: Out-of-Cycle release? (was Re: BUG #19490: Streaming standby on 16.14 stops applying WAL on MultiXactOffsetSLRU when primary is 16.8) From: Andrey Borodin In-Reply-To: <50D52121-30FF-4A2D-9230-0EFD953A2C36@yandex-team.ru> Date: Thu, 25 Jun 2026 15:17:31 +0500 Cc: Heikki Linnakangas , j.karremans@jk-consult.nl, rmt@lists.postgresql.org, PostgreSQL mailing lists Content-Transfer-Encoding: 7bit Message-Id: References: <9DF05C0C-D165-4821-80C2-FFAF47C07FF4@yandex-team.ru> <90F2A05B-FEEB-4695-87ED-32F53C6AC097@yandex-team.ru> <4016ab8b-84c0-4606-8a77-67ad5b157bfc@iki.fi> <20260625093032.GA8295@p46.dedyn.io;lightning.p46.dedyn.io> <50D52121-30FF-4A2D-9230-0EFD953A2C36@yandex-team.ru> To: Michael Banck 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 25 Jun 2026, at 15:14, Andrey Borodin wrote: > > WAL must be generated by 16.10 > or prior Sorry for the noise, but WAL from 16.11 also can trigger this problem. Best regards, Andrey Borodin.