Re: REINDEX CONCURRENTLY causes ALTER TABLE to fail
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres bugs <pgsql-bugs@lists.postgresql.org>
Cc: Manuel Rigger <rigger.manuel@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-07-29T01:10:48Z
Lists: pgsql-bugs
On Fri, Jul 26, 2019 at 09:34:13AM +0900, Michael Paquier wrote: > Any objections with this version? Please note that the predicates and > expressions are fetched directly from the catalogs, and that we does > not rely on the relcache anymore. Hearing nothing, applied and back-patched down to v12. Thanks Manuel for the report! -- Michael
Commits
-
Fix handling of expressions and predicates in REINDEX CONCURRENTLY
- 28bbf7a81b3a 12.0 landed
- 7cce159349cc 13.0 landed