Re: Fix race with LLVM and bison.

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: "Maksim(dot)Melnikov" <m(dot)melnikov(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix race with LLVM and bison.
Date: 2026-03-30 22:37:09
Message-ID: CAN4CZFP-HxkwSDsFuBAekdO6C3V13CS=1b0oPRz_TB-EPnrRKQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2026-03-30 22:37:27 Re: Don't synchronously wait for already-in-progress IO in read stream
Previous Message Zsolt Parragi 2026-03-30 22:17:52 Re: implement CAST(expr AS type FORMAT 'template')