Re: UPDATE operation terminates logical replication receiver process due to an assertion

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: v(dot)davydov(at)postgrespro(dot)ru, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: UPDATE operation terminates logical replication receiver process due to an assertion
Date: 2023-01-15 18:25:11
Message-ID: 1527535.1673807111@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Justin Pryzby <pryzby(at)telsasoft(dot)com> writes:
> On Thu, Jan 12, 2023 at 01:23:57PM +0300, v(dot)davydov(at)postgrespro(dot)ru wrote:
>> TRAP: FailedAssertion("relinfo->ri_GeneratedExprs != NULL", File: "execUtils.c", Line: 1292)

> Yeah, confirmed under master branch and v15.

v15? That assert is from 8bf6ec3ba, which wasn't back-patched.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Justin Pryzby 2023-01-15 18:35:28 Re: UPDATE operation terminates logical replication receiver process due to an assertion
Previous Message Ankit Kumar Pandey 2023-01-15 17:52:47 Re: Todo: Teach planner to evaluate multiple windows in the optimal order