diff options
author | Robert Haas <rhaas@postgresql.org> | 2022-03-29 13:48:39 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2022-03-29 13:48:39 -0400 |
commit | 3d067c53b26dfeb95da0d75a65614b4d7b45c317 (patch) | |
tree | 78a3dc7c5ad248c08f66e2e454516e42015b5ad9 /src/backend/parser/parse_expr.c | |
parent | 9c08aea6a3090a396be334cc58c511edab05776a (diff) | |
download | postgresql-3d067c53b26dfeb95da0d75a65614b4d7b45c317.tar.gz postgresql-3d067c53b26dfeb95da0d75a65614b4d7b45c317.zip |
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
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions