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: Michael Paquier <michael@paquier.xyz>
Cc: Amit Langote <amitlangote09@gmail.com>, sbernikov@gmail.com, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2021-06-12T01:51:13Z
Lists: pgsql-bugs
Michael Paquier <michael@paquier.xyz> writes:
> Ah, right.  That would be after "DELETE FROM tab_full_pk" in
> 001_rep_changes.pl and after "DELETE FROM tab1" in 001_rep_changes.pl
> run on the subscribers, then.  Would you prefer doing the change?

No, go right ahead.

			regards, tom lane



Commits

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

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