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(pgmq): add missing helper function in migration script (#1825)
pg_regress tests are failing because the helper function
pgmq._extension_exists() is missing in the 1.5.0 to 1.5.1 migration script.
This change adds the missing function to the migration script.
0 commit comments