Re: more C99 cleanup - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: more C99 cleanup
Date
Msg-id 197a77c4-9740-4bc8-be7f-76433a382bfd@eisentraut.org
Whole thread Raw
In response to Re: more C99 cleanup  (Thomas Munro <thomas.munro@gmail.com>)
List pgsql-hackers
On 21.11.25 15:03, Thomas Munro wrote:
> On Sat, Nov 22, 2025 at 2:50 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> + * %z doesn't actually act differently from %Z on Windows.
> 
> Probably obsolete too, at least according to:
> 
>
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l?view=msvc-170

Right, we could got back to using %z on all platforms, as originally 
attempted by commit ad5d46a4494.




pgsql-hackers by date:

Previous
From: Bertrand Drouvot
Date:
Subject: Re: Remove useless casting to the same type
Next
From: Bertrand Drouvot
Date:
Subject: Re: Remove useless casting to the same type