Re: BUG #17055: Logical replication worker crashes when applying update of row that dose not exist in target partiti

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: sbernikov@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2021-06-11T00:17:21Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> This error happens when logical replication target is partitioned table.

Thanks for the report!  This one reproduces on HEAD as well as v13.

Also, people should be aware that this one causes the logrep worker
to crash repeatedly, which will fill your disk with core files
quite quickly.

			regards, tom lane



Commits

  1. Improve log pattern detection in recently-added TAP tests

  2. Fix multiple crasher bugs in partitioned-table replication logic.