Denys Rtveliashvili writes:
> My function neeeds to call a third-party library which would create a state
> and then that state should be kept for the duration of the current query. The
> library can deallocate that state in a correct way.
> I understand that fn_extra is normally used for this
Hello,
My function neeeds to call a third-party library which would create a state and
then that state should be kept for the duration of the current query. The
library can deallocate that state in a correct way.
I understand that fn_extra is normally used for this and usually the state is
cr