]> granicus.if.org Git - postgresql/commit
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Dec 2015 16:42:25 +0000 (11:42 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 1 Dec 2015 16:42:25 +0000 (11:42 -0500)
commitdb4a5cfc76206db82d0b929d96c53de229ef1aa4
tree45cb70967aa31c960e3f660ad0351faf7032788b
parent2287b874546931e2f33cddcafff2bde58459da1b
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().

The previous coding could overrun the provided buffer size for a very large
input, or lose precision for a very small input.  Adopt the methodology
that's been in use in the equivalent backend code for a long time.

Per private report from Bas van Schaik.  Back-patch to all supported
branches.
src/interfaces/ecpg/pgtypeslib/numeric.c