Re: Add --{no-,}bypassrls flags to createuser
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: nathandbossart@gmail.com, Shinya11.Kato@oss.nttdata.com, przemyslaw@sztoch.pl, david.g.johnston@gmail.com, robertmhaas@gmail.com, daniel@yesql.se, pgsql-hackers@postgresql.org
Date: 2022-05-25T03:47:56Z
Lists: pgsql-hackers
On Wed, May 25, 2022 at 11:07:52AM +0900, Kyotaro Horiguchi wrote: > I reproduced the same failure at my hand and identified the > cause. Windows' version of getopt_long seems to dislike that > non-optional parameters precedes options. Tweaking the list of arguments in some commands kicked by the TAP tests to satisfy our implementation of getopt_long() has been the origin of a couple of portability fixes, like ffd3980. -- Michael
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix output of createuser --help with --valid-until
- 4ca998595788 16.0 landed
-
createuser: Add support for more clause types through new options
- 08951a7c93cf 16.0 landed
-
createuser: Cleanup and fix internal option ordering
- 50e4c280f066 16.0 landed
-
Add REPLICATION privilege for ROLEs
- 9b8aff8c192e 9.1.0 cited