Re: BUG #16594: DROP INDEX CONCURRENTLY fails on partitioned table with a non helpful error message.
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: jan.mussler@zalando.de, pgsql-bugs@lists.postgresql.org
Date: 2020-08-27T17:25:19Z
Lists: pgsql-bugs
On 2020-Aug-27, Michael Paquier wrote: > The error message is really confusing though, so for now I would > recommend to just drop an error if trying the operation on a > partitioned table, and we also do that now for CREATE INDEX > CONCURRENTLY. Yeah, let's throw an error if the table is partitioned. My bug -- I'll go fix it now. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Raise error on concurrent drop of partitioned index
- f00f5e0c1129 11.10 landed
- afc7e0ad556a 14.0 landed
- 7067ba1b4b90 12.5 landed
- 15dad5776578 13.0 landed