]> granicus.if.org Git - postgresql/commit
Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 03:56:07 +0000 (03:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Aug 2007 03:56:07 +0000 (03:56 +0000)
commit14572e4324dffb80bf157f4c69458cd76c69cd5d
treef03a242918ad2c984feb70725888824fc29eff18
parent1783e5db3e4df7fe33c37f0378455843d85eec9e
Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution
of int64 for int32.  Per reports from Merlin Moncure and Andrew Chernow.
src/backend/utils/adt/cash.c