mirror of https://github.com/postgres/postgres
Linux thinks that something like "createdb foo -S bar" is perfectly fine, but Windows wants the options to precede any bare arguments, so we must write "createdb -S bar foo" for portability. Per reports from CI, the buildfarm, and Andres. Discussion: http://postgr.es/m/20220329173536.7d2ywdatsprxl4x6@alap3.anarazel.depull/81/head
parent
9c08aea6a3
commit
3d067c53b2
Loading…
Reference in new issue