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

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: jian he <jian(dot)universality(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-29 07:08:19
Message-ID: CAHewXN=vHTbjdUmz8roJFN4MkO6hhGksve06wfpCAykz-F2WTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

jian he <jian(dot)universality(at)gmail(dot)com> 于2024年2月27日周二 18:17写道:

> 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".
>

Hi jian he,
I'm sorry for the delayed response. Thanks for your reviewing, and the
new v2 patch include your advices.

As no others reply to this patch. I would add it to the 2024-03 commitfest.
--
Tender Wang
OpenPie: https://en.openpie.com/

Attachment Content-Type Size
v2-0001-Fix-parallel-index-build-failed.patch application/octet-stream 13.2 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrei Lepikhov 2024-02-29 09:03:37 Re: [Bugg hash join and parallel worker]
Previous Message feichanghong 2024-02-29 06:21:58 Re:BUG #18371: There are wrong constraint residues when detach hash partiton concurrently