index c9de4f8a7e0985fe18d4bf66a74bfc937d79b6e8..a5169a13e5a6eb083e58470fa5af462e1344f9d9 100644 (file)
pg_ctl start -l "$logdir/postmaster2.log" -o "$POSTMASTER_OPTS" -w
+# In the commands below we inhibit msys2 from converting the "/c" switch
+# in "cmd /c" to a file system path.
+
case $testhost in
- MINGW*) cmd /c analyze_new_cluster.bat ;;
+ MINGW*) MSYS2_ARG_CONV_EXCL=/c cmd /c analyze_new_cluster.bat ;;
*) sh ./analyze_new_cluster.sh ;;
esac
fi
case $testhost in
- MINGW*) cmd /c delete_old_cluster.bat ;;
+ MINGW*) MSYS2_ARG_CONV_EXCL=/c cmd /c delete_old_cluster.bat ;;
*) sh ./delete_old_cluster.sh ;;
esac