pgsql: Fix cash_in() to behave properly in locales where frac_digits is

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix cash_in() to behave properly in locales where frac_digits is
Date: 2009-06-10 16:31:32
Message-ID: 20090610163132.5F2E175331E@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
cash.c (r1.80 -> r1.81)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c?r1=1.80&r2=1.81)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-06-10 16:31:38 pgsql: Fix cash_in() to behave properly in locales where frac_digits is
Previous Message User Andrewd 2009-06-10 16:03:20 pgbuildfarm - client-code: fix typo - sigh