From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> |
Cc: | Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Integer datetimes |
Date: | 2007-05-06 00:52:02 |
Message-ID: | 200705060052.l460q2I23089@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Zdenek Kotala wrote:
> Neil Conway wrote:
>
> > So, are there any corresponding benefits to providing both FP and
> > integer datetimes? AFAIK the following differences in user-visible
> > behavior exist:
> >
>
> There should be also problem with floating point implementation on
> client and server side. For example if somebody use floating point
> optimalization (-fast switch in Sun Studio) for server compilation and
> client will be connected from another machine with standard floating
> point behavior. Result could be wrong.
What? We don't pass float as a binary to clients. The client can be
any OS.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2007-05-06 01:10:54 | Re: Integer datetimes |
Previous Message | Tom Lane | 2007-05-06 00:13:35 | Re: iterating over relation's attributes |