Re: Add --{no-,}bypassrls flags to createuser - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add --{no-,}bypassrls flags to createuser
Date
Msg-id Yo2m7Oip47raXzfT@paquier.xyz
Whole thread Raw
In response to Re: Add --{no-,}bypassrls flags to createuser  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: HOLD_INTERRUPTS() vs ProcSignalBarrier
Next
From: Andres Freund
Date:
Subject: Re: Improving connection scalability (src/backend/storage/ipc/procarray.c)