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
Add missing plpgsql dependency in pg_partman.control
pg_partman uses PL/pgSQL functions but did not declare it as a required
extension. Adding `requires = 'plpgsql'` ensures CREATE EXTENSION works
even if plpgsql was dropped.
Signed-off-by: belo4ya <[email protected]>
0 commit comments