Return-Path: aoki
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA21825; Wed, 24 Mar 93 13:00:22 -0800
Message-Id: <9303242100.AA21825@postgres.Berkeley.EDU>
From: aoki@postgres.berkeley.edu (Paul M. Aoki)
Subject: Re: OSF/1 port of Postgres
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Wed, 24 Mar 93 12:23:58 -0800 
	     <9303242023.AA21557@postgres.Berkeley.EDU> 
Date: Wed, 24 Mar 1993 13:01:14 -0800
Sender: aoki@postgres.Berkeley.EDU

Ram Kalkunte - 293-5139 <kalkunte@msbcs.enet.dec.com> writes:
> Is anyone porting Postgres to OSF ? 
> Has anyone looked into the issues of doing this work and care to share 
> this info ?

the postgres group at berkeley is in the process of porting postgres
to osf/1 on alphas.  sorry, "alpha axp (tm)" :-)

osf/1 hasn't been the big problem so far.  worse is the fact that we 
make the implicit assumption in a lot of places that 
	sizeof(int) == sizeof(long) == sizeof(void *)
and, less frequently, the explicit assumption that
	sizeof(int) == sizeof(long) == sizeof(void *) == 4
neither of which sits very well with the alpha... :-)
--
  Paul M. Aoki  |  CS Div., Dept. of EECS, UCB  |  aoki@postgres.Berkeley.EDU
                |  Berkeley, CA 94720           |  ...!uunet!ucbvax!aoki
