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
Fix a bug where a backend that first planned a query before the
provsql extension was fully available (e.g. a pooled connection
predating CREATE EXTENSION, or one active during ALTER EXTENSION … UPDATE) could permanently stop tracking provenance, silently returning
results without the provsql column for the rest of the session. Failed
constant-cache lookups are no longer memoized, so affected backends
recover automatically.