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 stopping of old test cluster when pg_ctl is not in the path
If the pg_ctl binary was not in the path we would fail to stop the
running database clusters so let's use our helper for getting the path
to the binary.
To keep the code simple we also move the stopping of the existing
cluster to the code which starts it since that is only where we,
at least currently, knows the path the the binaries.
0 commit comments