Re: Fix race with LLVM and bison.

From: "Maksim(dot)Melnikov" <m(dot)melnikov(at)postgrespro(dot)ru>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix race with LLVM and bison.
Date: 2026-08-27 12:46:35
Message-ID: 03a56df5-9925-44bf-9c45-0fbf3fb1f311@postgrespro.ru
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 3/31/26 01:37, Zsolt Parragi wrote:
>> I think we need something like the attached to make the dependencies work.
>>
>> I'm a bit worried about breaking some extensions if were to backpatch this. So
>> I'm somewhat inclined to just fix this in master.
> pg_plan_advice also seems to be affected and is missing from the
> original patch, a generic fix like this handles that too and all
> future cases.

Yes, It will be okay with Andres fix.

I've noticed that Andres patch wasn't moved to CF, so I feel free to add
Andres patch to commitfest [0], I apologize if it isn't good.

Best regards

Maksim Melnikov

[0]: https://commitfest.postgresql.org/patch/7206

Attachment Content-Type Size
v3-0001-Fix-race-with-LLVM-and-bison.patch text/x-patch 2.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message William Bernbaum 2026-08-27 13:04:37 RE: Plan a filtering inner join as a semijoin
Previous Message Amit Langote 2026-08-27 12:41:08 Re: PG19 FK fast path: OOB write and missed FK checks during batched