On Tue, Mar 29, 2022 at 1:35 PM Andres Freund <and...@anarazel.de> wrote: > # Running: createdb -T foobar2 foobar6 -S wal_log > createdb: error: too many command-line arguments (first is "wal_log") > Try "createdb --help" for more information. > not ok 31 - createdb -T foobar2 foobar6 -S wal_log exit code 0 > > Looks like there's some problem with commandline parsing?
Apparently getopt_long() is fussier on Windows. I have committed a fix. -- Robert Haas EDB: http://www.enterprisedb.com