More tests with USING INDEX replident and dropped indexes - Mailing list pgsql-hackers

From Michael Paquier
Subject More tests with USING INDEX replident and dropped indexes
Date
Msg-id 20200522035028.GO2355@paquier.xyz
Whole thread Raw
Responses Re: More tests with USING INDEX replident and dropped indexes
List pgsql-hackers
Hi all,

While working on some other logical decoding patch recently, I bumped
into the fact that we have special handling for the case of REPLICA
IDENTITY USING INDEX when the dependent index is dropped, where the
code handles that case as an equivalent of NOTHING.

Attached is a patch to add more coverage for that.  Any thoughts?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Parallel Seq Scan vs kernel read ahead
Next
From: Thomas Munro
Date:
Subject: Re: race condition when writing pg_control