FreeBSD-alpha take 2.

From: Alfred Perlstein <bright(at)wintelcom(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Subject: FreeBSD-alpha take 2.
Date: 2000-11-14 21:59:20
Message-ID: 20001114135920.Y11449@fw.wintelcom.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Make pgsql compile on FreeBSD-alpha.

Context diff this time.

Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386.

Compile with only -O on alpha for codegen safety.

Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.

Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/

Remove an unused variable.

--
-Alfred Perlstein - [bright(at)wintelcom(dot)net|alfred(at)freebsd(dot)org]
"I have the heart of a child; I keep it in a jar on my desk."

Attachment Content-Type Size
port-alpha.diff text/plain 18.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-11-14 22:06:22 Re: got Postgresql working on FreeBSD-alpha
Previous Message Peter Eisentraut 2000-11-14 21:34:20 Re: patch for darwin/macosx-publicbeta