Re: REINDEX CONCURRENTLY causes ALTER TABLE to fail

Manuel Rigger <rigger.manuel@gmail.com>

From: Manuel Rigger <rigger.manuel@gmail.com>
To: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-07-29T07:22:44Z
Lists: pgsql-bugs
Thanks a lot for fixing this, Michael!

Best,
Manuel

On Mon, Jul 29, 2019 at 3:10 AM Michael Paquier <michael@paquier.xyz> wrote:
>
> 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

  1. Fix handling of expressions and predicates in REINDEX CONCURRENTLY