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(tests): handle list-type shared_preload_libraries in pg_upgrade
When extensions define shared_preload_libraries as a list (e.g., pg_cron,
pg_net), the test code needs to convert it to a comma-separated string
for use in pg_upgrade --old-options and --new-options flags. This fix
adds proper list-to-string conversion using lib.concatStringsSep.
0 commit comments