diff options
| author | Thomas Munro <tmunro@postgresql.org> | 2025-11-20 10:23:44 +1300 |
|---|---|---|
| committer | Thomas Munro <tmunro@postgresql.org> | 2025-11-20 10:38:15 +1300 |
| commit | 6b46669883fac9521c20fe4e2c55ccfbee778591 (patch) | |
| tree | 9d2bb9c0472c3c8c4e5ced5387e736950c4241a6 /src/backend/executor/execUtils.c | |
| parent | 7ab9b34614c2d6f69070a667787e0b091ecb72b1 (diff) | |
Drop support for MSVCRT's float formatting quirk.
Commit f1885386 added code to remove an unnecessary leading zero from
the exponent in a float formatted by the system snprintf(). The C
standard doesn't allow unnecessary digits beyond two, and the tests pass
without this on Windows' modern UCRT (required since commit 1758d424).
Discussion: https://postgr.es/m/CA%2BhUKGJnmzTqiODmTjf-23yZ%3DE3HXqFTtKoyp3TF-MpB93hTMQ%40mail.gmail.com
Diffstat (limited to 'src/backend/executor/execUtils.c')
0 files changed, 0 insertions, 0 deletions
