Return-Path: owner-postman
Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with SMTP id LAA03324 for postgres-redist; Fri, 26 May 1995 11:16:25 -0700
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199505261816.LAA03324@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from arcadia.CS.Berkeley.EDU (arcadia.CS.Berkeley.EDU [128.32.37.59]) by nobozo.CS.Berkeley.EDU (8.6.10/8.6.3) with ESMTP id JAA02349; Fri, 26 May 1995 09:50:22 -0700
Received: from arcadia.CS.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by arcadia.CS.Berkeley.EDU (8.6.10/8.6.3) with ESMTP id JAA05431; Fri, 26 May 1995 09:50:00 -0700
From: Jolly Chen <jolly@postgres.Berkeley.EDU>
Message-Id: <199505261650.JAA05431@arcadia.CS.Berkeley.EDU>
To: rjt@rivers.dra.hmg.gb
cc: postgres95@postgres.Berkeley.EDU, postgres@postgres.Berkeley.EDU
Subject: Re: Endian problems with P95 
In-reply-to: Your message of "Fri, 26 May 1995 13:15:50 BST."
             <m0sEyKj-0007UqC@wandle.dra.hmg.gb> 
Date: Fri, 26 May 1995 09:50:00 -0700
Resent-To: postgres-redist@postgres.Berkeley.EDU
Resent-Date: Fri, 26 May 95 11:16:25 -0700
Resent-XMts: smtp


> 
> We are having problems with postgres95. When the postmaster is compiled on 
> a big endian machine only monitors compiled and run on big endian a machine
> can talk to it. When the postmaster is compiled on a little endian machine
> only monitors compiled and run on little endian a machine can talk to it.
> 
> Has anyone else experienced this problem ?
> 

This is a problem that is common to both postgres and postgres95.  The
frontend/backend protocol does not use an architectural neutral format.
For that matter, the data in the database is not stored in an
architectural neutral format, either.  What this means is that you
cannot use client/servers with different word-sizes or different
endian representation.

One way to solve this problem is to change everything to a neutral
format like XDR.  This requires substantial code changes and some small
penalty performances.  We have no current plans to do this in
postgres95 although it is on our (wish we had the time) TODO list.

- Jolly Chen

P.S.  please sent postgres95 specific messages to
postgres95@postgres.berkeley.edu

==============================================================================
   To add/remove yourself to/from the POSTGRES mailing list: send mail with 
   the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU".
   If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
   a human will deal with it.  DO NOT post to the "postgres" mailing list.
==============================================================================
              URL: http://s2k-ftp.CS.Berkeley.EDU:8000/postgres/
