Re: FreeBSD-alpha take 2. - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: FreeBSD-alpha take 2.
Date
Msg-id 200011160550.AAA00366@candle.pha.pa.us
Whole thread Raw
In response to FreeBSD-alpha take 2.  (Alfred Perlstein <bright@wintelcom.net>)
List 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@wintelcom.net|alfred@freebsd.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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: got Postgresql working on FreeBSD-alpha
Next
From: Bruce Momjian
Date:
Subject: Re: patch for darwin/macosx-publicbeta