Re: ISN extension - wrong volatility level for isn_weak() function

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Viktor Holmberg <v(at)viktorh(dot)net>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: ISN extension - wrong volatility level for isn_weak() function
Date: 2025-03-14 14:09:23
Message-ID: 615E3F88-6AED-4C11-8150-ABAD3B052AE5@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> On 14 Mar 2025, at 14:58, Viktor Holmberg <v(at)viktorh(dot)net> wrote:
>
> Yes, you’re right Daniel. I ended up settling on the following workaround:
>
> ALTER FUNCTION isn_weak() VOLATILE;
> ALTER FUNCTION public.isn_weak(boolean) VOLATILE;

Thanks for confirming. This would need a backpatch into all supported versions
it seems.

--
Daniel Gustafsson

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-03-14 14:16:24 Re: ISN extension - wrong volatility level for isn_weak() function
Previous Message Daniel Gustafsson 2025-03-14 14:08:38 Re: BUG #18845: DEREF_OF_NULL.RET guc_malloc possibly returns NULL