Re: BUG #18314: PARALLEL UNSAFE function does not prevent parallel index build

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Tender Wang <tndrwang(at)gmail(dot)com>
Cc: Alexander Lakhin <exclusion(at)gmail(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18314: PARALLEL UNSAFE function does not prevent parallel index build
Date: 2024-02-27 10:17:28
Message-ID: CACJufxHYMSt-irv+unpoAN76WDKzSRxzwOALG3ares52Lvtuug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi.
one minor issue.

-RelationGetIndexPredicate(Relation relation)
+RelationGetIndexPredicate(Relation relation, bool need_modify)
need_modify name may not be that good IMHO, but so far I can only come
up with are "raw_expr", "is_raw".

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ronan Dunklau 2024-02-27 10:34:14 Could not read block at end of the relation
Previous Message Alexander Lakhin 2024-02-27 09:00:01 Re: BUG #18351: VACUUM FULL fails with error: missing chunk number 0 for toast value XXX