Re: Integer datetimes

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Integer datetimes
Date: 2007-05-07 06:28:40
Message-ID: 463EC718.3090508@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
> Neil Conway wrote:
>> On Sat, 2007-05-05 at 20:52 -0400, Bruce Momjian wrote:
>>> What? We don't pass float as a binary to clients.
>> Sure we do, if the client is sending or receiving data in binary format.
>
> But in those cases, we assume the client and server have the same
> configuration, right?
>

It is correct assumption, but I did not find it in documentation and if
you look on floating data type description there is mention about non
IEEE 754 platform, but nothing about this assumption.

I think IEEE 754 compliance must be required on all platforms.

Zdenek

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2007-05-07 10:20:09 Re: plperl vs. bytea
Previous Message Dawid Kuroczko 2007-05-07 05:50:07 Stats not updated after rollback -- autovacuum confused.