Re: add non-option reordering to in-tree getopt_long

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Noah Misch <noah(at)leadboat(dot)com>
Subject: Re: add non-option reordering to in-tree getopt_long
Date: 2023-06-14 00:03:22
Message-ID: ZIkDynQcrtFoXs5c@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 14, 2023 at 08:52:27AM +0900, Michael Paquier wrote:
> On Tue, Jun 13, 2023 at 03:36:57PM -0700, Nathan Bossart wrote:
>> Windows seems to allow rearranging argv, based upon cfbot's results. I do
>> not know about AIX. In any case, C99 explicitly mentions that argv should
>> be modifiable.
>
> Few people have AIX machines around these days, but looking around it
> seems like the answer to this question would be no:
> https://github.com/nodejs/node/pull/10633
>
> Noah, do you have an idea?

Forgot to add Noah in CC about this part.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-06-14 00:15:35 Re: Improve logging when using Huge Pages
Previous Message Nathan Bossart 2023-06-13 23:54:42 Re: allow granting CLUSTER, REFRESH MATERIALIZED VIEW, and REINDEX