Re: More tests with USING INDEX replident and dropped indexes
Rahila Syed <rahila.syed@2ndquadrant.com>
From: Rahila <rahila.syed@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>,
Rahila Syed <rahila.syed@2ndquadrant.com>
Cc: Euler Taveira <euler.taveira@2ndquadrant.com>,
Masahiko Sawada <masahiko.sawada@2ndquadrant.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-08-25T15:29:37Z
Lists: pgsql-hackers
Hi, >> I couldn't test the patch as it does not apply cleanly on master. > The CF bot is green, and I can apply v2 cleanly FWIW: > http://commitfest.cputube.org/michael-paquier.html Sorry, I didn't apply correctly. The tests pass for me. In addition, I tested with partitioned tables. It works as expected and makes the REPLICA IDENTITY 'n' for the partitions as well when an index on a partitioned table is dropped. Thank you,
Commits
-
Add regression tests for REPLICA IDENTITY with dropped indexes
- fe7fd4e9613f 14.0 landed