pgsql: Make details of the Numeric representation private to numeric.c.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make details of the Numeric representation private to numeric.c.
Date: 2010-07-30 04:30:23
Message-ID: 20100730043023.DD2837541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make details of the Numeric representation private to numeric.c.

Review by Tom Lane.

Modified Files:
--------------
pgsql/contrib/btree_gist:
btree_numeric.c (r1.13 -> r1.14)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/btree_gist/btree_numeric.c?r1=1.13&r2=1.14)
pgsql/src/backend/utils/adt:
format_type.c (r1.53 -> r1.54)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/format_type.c?r1=1.53&r2=1.54)
numeric.c (r1.123 -> r1.124)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/numeric.c?r1=1.123&r2=1.124)
pgsql/src/include/utils:
numeric.h (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/numeric.h?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aglio 2010-07-30 06:04:59 press - pr: New Directory
Previous Message Marc G. Fournier 2010-07-30 03:31:41 pgsql: tag for beta4