Re: more C99 cleanup

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: more C99 cleanup
Date: 2025-11-25 05:45:05
Message-ID: 197a77c4-9740-4bc8-be7f-76433a382bfd@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 21.11.25 15:03, Thomas Munro wrote:
> On Sat, Nov 22, 2025 at 2:50 AM Peter Eisentraut <peter(at)eisentraut(dot)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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bertrand Drouvot 2025-11-25 05:46:38 Re: Remove useless casting to the same type
Previous Message Bertrand Drouvot 2025-11-25 05:40:33 Re: Remove useless casting to the same type