agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedFrom: Paul M. Aoki <aoki@CS.Berkeley.EDU>
To: postgres@postgres.Berkeley.EDU
Subject: new OS releases
Date: Fri, 17 Jun 94 20:41:51 -0700
Message-ID: <199406180341.UAA04525@faerie.CS.Berkeley.EDU> (raw)
always manage to change the compilers as well, usually in incompatible
ways. ah well.
for hp-ux 9.03, the main stumbling block is that the c preprocessor
is just plain broken. if you don't apply patch PHSS_4307 cpp won't
fully expand macros. :-P i don't know if 9.02 shows the same behavior
or not. sorry, you have to get patches from h-p, i can't redistribute
them. thanks to steve dierker for pointing this one out and to carl
staelin for the patches.
for osf/1 2.0, the hangup is that type promotion in expressions
changed. there are a couple of lines in src/utils/adt/numutils.c
that must change.
42c42
< if (l < -0x80000000) {
---
> if (l < -0x80000000L) {
46c46
< if (l > 0x7fffffff) {
---
> if (l > 0x7fffffffL) {
i *think* that was the only important change.
--
Paul M. Aoki | CS Div., Dept. of EECS, UCB | aoki@CS.Berkeley.EDU
| Berkeley, CA 94720 | ...!uunet!ucbvax!aoki
==============================================================================
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.
==============================================================================
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: postgres@postgres.berkeley.edu
Cc: aoki@CS.Berkeley.EDU
Subject: Re: new OS releases
In-Reply-To: <199406180341.UAA04525@faerie.CS.Berkeley.EDU>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox