-
- Downloads
to_char(float4/8): zero pad to specified length
Previously, zero padding was limited to the internal length, rather than the specified length. This allows it to match to_char(int/numeric), which always padded to the specified length. Regression tests added. BACKWARD INCOMPATIBILITY
Showing
- src/backend/utils/adt/formatting.c 75 additions, 39 deletionssrc/backend/utils/adt/formatting.c
- src/test/regress/expected/numeric.out 70 additions, 0 deletionssrc/test/regress/expected/numeric.out
- src/test/regress/expected/window.out 1 addition, 1 deletionsrc/test/regress/expected/window.out
- src/test/regress/sql/numeric.sql 17 additions, 0 deletionssrc/test/regress/sql/numeric.sql
Loading
Please register or sign in to comment