More tests with USING INDEX replident and dropped indexes
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-05-22T03:50:28Z
Lists: pgsql-hackers
Attachments
- logidec-index-v1.patch (text/x-diff) patch v1
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
Commits
-
Add regression tests for REPLICA IDENTITY with dropped indexes
- fe7fd4e9613f 14.0 landed