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
More portable way of determining pg_shardman location.
Previously used $(abs ...) and $(info ...) are not availabe in GNU make 3.80.
Now we determine absolute path with cd && pwd, it seems to be the most sane
portable approach (readlink and realpath are not ubiquitous too).
0 commit comments