Received: from localhost (maia-1.hub.org [200.46.204.191]) by postgresql.org (Postfix) with ESMTP id D4BDD9F931E for ; Tue, 2 Jan 2007 21:19:54 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.191]) (amavisd-new, port 10024) with ESMTP id 80604-10 for ; Tue, 2 Jan 2007 21:19:50 -0400 (AST) Received: by postgresql.org (Postfix, from userid 1014) id 5EA039F95E3; Tue, 2 Jan 2007 21:19:51 -0400 (AST) MIME-Version: 1.0 To: pgsql-committers@postgresql.org Subject: pgsql: Widen the money type to 64 bits. X-Mailer: activitymail 1.19, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain Message-Id: <20070103011951.5EA039F95E3@postgresql.org> Date: Tue, 2 Jan 2007 21:19:51 -0400 (AST) From: darcy@postgresql.org (D'Arcy Cain) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200701/113 X-Sequence-Number: 26104 Log Message: ----------- Widen the money type to 64 bits. Modified Files: -------------- pgsql/src/backend/utils/adt: cash.c (r1.68 -> r1.69) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/cash.c.diff?r1=1.68&r2=1.69) pgsql/src/include/catalog: pg_type.h (r1.176 -> r1.177) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_type.h.diff?r1=1.176&r2=1.177) pgsql/src/include/utils: cash.h (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/cash.h.diff?r1=1.23&r2=1.24)