You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
The problem is that the SRF call isn't being shut down on a rescan of the enclosing exprcontext, because it didn't register a callback to do so (the standard SRF_* utility macros do it, but pllua doesn't use these).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given this function:
This query:
gives this result
when it should give this result:
The problem is that the SRF call isn't being shut down on a rescan of the enclosing exprcontext, because it didn't register a callback to do so (the standard SRF_* utility macros do it, but pllua doesn't use these).
The text was updated successfully, but these errors were encountered: