Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH7hx-00042a-Tk for pgsql-hackers@arkaria.postgresql.org; Sun, 15 Jan 2023 18:26:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pH7gy-0001v1-1k for pgsql-hackers@arkaria.postgresql.org; Sun, 15 Jan 2023 18:25:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH7gx-0001us-Or for pgsql-hackers@lists.postgresql.org; Sun, 15 Jan 2023 18:25:15 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pH7gv-0006CJ-LN for pgsql-hackers@lists.postgresql.org; Sun, 15 Jan 2023 18:25:14 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 30FIPBfC1527536; Sun, 15 Jan 2023 13:25:11 -0500 From: Tom Lane To: Justin Pryzby cc: v.davydov@postgrespro.ru, pgsql-hackers@lists.postgresql.org Subject: Re: UPDATE operation terminates logical replication receiver process due to an assertion In-reply-to: <20230115162449.GE9837@telsasoft.com> References: <20230115162449.GE9837@telsasoft.com> Comments: In-reply-to Justin Pryzby message dated "Sun, 15 Jan 2023 10:24:49 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1527534.1673807111.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Sun, 15 Jan 2023 13:25:11 -0500 Message-ID: <1527535.1673807111@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Justin Pryzby writes: > On Thu, Jan 12, 2023 at 01:23:57PM +0300, v.davydov@postgrespro.ru wrote= : >> TRAP: FailedAssertion("relinfo->ri_GeneratedExprs !=3D NULL", File: "ex= ecUtils.c", Line: 1292) > Yeah, confirmed under master branch and v15. v15? That assert is from 8bf6ec3ba, which wasn't back-patched. regards, tom lane