Re: FreeBSD-alpha take 2.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: FreeBSD-alpha take 2.
Date: 2000-11-16 05:50:51
Message-ID: 200011160550.AAA00366@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Applied.

> 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, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-11-16 05:53:07 Re: patch for darwin/macosx-publicbeta
Previous Message Alfred Perlstein 2000-11-15 20:36:20 Re: got Postgresql working on FreeBSD-alpha