]> granicus.if.org Git - postgresql/commit
Fix cash_in() to behave properly in locales where frac_digits is zero,
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Jun 2009 16:31:38 +0000 (16:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Jun 2009 16:31:38 +0000 (16:31 +0000)
commit469a4875d457256c8f7d8840ed1d377bf33c3f07
tree01214142910581d058d18a33e2511d4863b1afed
parent96c6b333b137b471dac592fda7f2ee3c0faa6386
Fix cash_in() to behave properly in locales where frac_digits is zero,
eg Japan.  Report and fix by Itagaki Takahiro.  Also fix CASHDEBUG printout
format for branches with 64-bit money type, and some minor comment cleanup.

Back-patch to 7.4, because it's broken all the way back.
src/backend/utils/adt/cash.c