Re: more C99 cleanup
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-11-25T05:45:05Z
Lists: 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.
Commits
-
Update comment related to C99
- 376c649634bb 19 (unreleased) landed
-
Fix pg_isblank()
- 8b3e2c622a85 19 (unreleased) landed
-
Replace internal C function pg_hypot() by standard hypot()
- 8fe4aef8297b 19 (unreleased) landed
-
Remove obsolete comment
- c581c9a7ac2a 19 (unreleased) landed
-
Report timezone offset in pg_dump/pg_dumpall
- ad5d46a4494b 9.5.0 cited