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

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: v.davydov@postgrespro.ru, pgsql-hackers@lists.postgresql.org
Date: 2023-01-15T16:34:53Z
Lists: pgsql-hackers
Justin Pryzby <pryzby@telsasoft.com> 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



Commits

  1. Make new GENERATED-expressions code more bulletproof.

  2. Fix calculation of which GENERATED columns need to be updated.