In 020_createdb.pl, change order of command-line arguments.
Robert Haas <rhaas@postgresql.org>
In 020_createdb.pl, change order of command-line arguments. 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.de
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/scripts/t/020_createdb.pl | modified | +2 −2 |
Discussion
- [Proposal] Fully WAL logged CREATE DATABASE - No Checkpoints 283 messages · 2021-06-15 → 2023-01-12