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(exts): handle pg_upgrade generated update_extensions.sql script in the extension tests
pg_upgrade may generate an update_extensions.sql script to update extensions after a major version upgrade.
This commit modifies the extension tests to check for the presence of this script after upgrading PostgreSQL to version 17.
If the script exists, it is executed to ensure that the extensions are updated correctly.
0 commit comments