Fix to_number for the case of a trailing S.
Tom Lane <tgl@sss.pgh.pa.us>
Fix to_number for the case of a trailing S. Karel Zak
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/formatting.c | modified | +137 −44 |
| src/test/regress/expected/numeric.out | modified | +1 −1 |
| src/test/regress/sql/numeric.sql | modified | +1 −1 |