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 1pH5yE-0002wa-2K for pgsql-hackers@arkaria.postgresql.org; Sun, 15 Jan 2023 16:34:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pH5yC-0007yI-NV for pgsql-hackers@arkaria.postgresql.org; Sun, 15 Jan 2023 16:34:56 +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 1pH5yC-0007y8-En for pgsql-hackers@lists.postgresql.org; Sun, 15 Jan 2023 16:34:56 +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 1pH5yA-0005LI-C6 for pgsql-hackers@lists.postgresql.org; Sun, 15 Jan 2023 16:34:55 +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 30FGYrVk1411635; Sun, 15 Jan 2023 11:34:53 -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: <1411633.1673800493.1@sss.pgh.pa.us> Date: Sun, 15 Jan 2023 11:34:53 -0500 Message-ID: <1411634.1673800493@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Justin Pryzby writes: > Yeah, confirmed under master branch and v15. > Tom ? Yeah, sorry, I've been absorbed in $other_stuff. Will look at this soon. My guess is that this logrep code path is missing the necessary setup operation. regards, tom lane