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
Refactor how we check if PostgreSQL should be prepared for migration
Having the same check in two places is error prone to not
updating both places with changes. Exactly as it happened
recently in 7c515c8.
Doing the check once and storing the result is better and will
also make it easier to change the check to something more complex
doing decisions on version differences and not hardcoded values.
0 commit comments