Re: DROP TABLE can crash the replication sync worker

2021-02-04 Thread Amit Kapila
On Thu, Feb 4, 2021 at 5:31 AM Peter Smith wrote: > > On Wed, Feb 3, 2021 at 11:49 PM Amit Kapila wrote: > > > > On Wed, Feb 3, 2021 at 2:53 PM Peter Smith wrote: > > > > > > Hi Hackers. > > > > > > As discovered in another thread [master] there is an *existing* bug in > > > the PG HEAD code whi

Re: DROP TABLE can crash the replication sync worker

2021-02-03 Thread Peter Smith
On Wed, Feb 3, 2021 at 11:49 PM Amit Kapila wrote: > > On Wed, Feb 3, 2021 at 2:53 PM Peter Smith wrote: > > > > Hi Hackers. > > > > As discovered in another thread [master] there is an *existing* bug in > > the PG HEAD code which can happen if a DROP TABLE is done at same time > > a replication

Re: DROP TABLE can crash the replication sync worker

2021-02-03 Thread Amit Kapila
On Wed, Feb 3, 2021 at 2:53 PM Peter Smith wrote: > > Hi Hackers. > > As discovered in another thread [master] there is an *existing* bug in > the PG HEAD code which can happen if a DROP TABLE is done at same time > a replication tablesync worker is running. > > It seems the table's relid that the