On Sun, 2 Feb 2025 00:15:25 -0500
Tom Lane wrote:
> Yugo Nagata writes:
> > This might be avoidable if the binary is made carefully to check the
> > existing
> > of objects, but I think it is useful if an extension module function can
> > check
> > the current extension version. So, I would li
Yugo Nagata writes:
> This might be avoidable if the binary is made carefully to check the existing
> of objects, but I think it is useful if an extension module function can check
> the current extension version. So, I would like to propose a new function to
> return the current extension version
Hi,
When an extension module is updated, first the new binary is installed, then
ALTER EXTENSION UPDATE is executed to create or modify SQL objects. Between
these two steps, users could see an error, or in worst case segfalut, during
a query execution due to the lack or incompatibility of SQL objec