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
-
Improve log pattern detection in recently-added TAP tests
- fad9c8e93a65 13.4 landed
- bfd96b7a3dc2 14.0 landed
-
Fix multiple crasher bugs in partitioned-table replication logic.
- ab55d742eb71 14.0 landed
- b270713fd44b 13.4 landed