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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: sbernikov(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17055: Logical replication worker crashes when applying update of row that dose not exist in target partiti
Date: 2021-06-11 00:17:21
Message-ID: 1828113.1623370641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Amit Langote 2021-06-11 05:56:58 Re: BUG #17055: Logical replication worker crashes when applying update of row that dose not exist in target partiti
Previous Message Tom Lane 2021-06-11 00:03:27 Re: BUG #17054: Memory corruption in logical replication worker when replicating into partitioned table