Re: PATCH: Issue with set_indexsafe_procflags in ReindexRelationConcurrently

2024-09-08 Thread Michael Paquier
On Fri, Sep 06, 2024 at 01:27:12PM +0200, Michail Nikolaev wrote: > While working on [1], I have found a small issue with correctness > of set_indexsafe_procflags usage in ReindexRelationConcurrently introduced > in [2]. > > > idx->safe = (indexRel->rd_indexprs == NIL && indexRel->rd_indpred == NI

Re: PATCH: Issue with set_indexsafe_procflags in ReindexRelationConcurrently

2024-09-06 Thread Michail Nikolaev
> The issue is simple, but I'll register this in commitfest just in case. https://commitfest.postgresql.org/50/5243/ >