Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not
Date
Msg-id 200512172159.jBHLxj511403@candle.pha.pa.us
Whole thread Raw
In response to Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Looking before that, the 64-bit registers are now prefixed with 'r'
> > instead of 'e', so what I did was to convert all the long/l assembler
> > instructions to quad/64-bit/q, and rename the registers to use 64-bit
> > versions. I also modified the function alignment from 4 to 8, patch
> > attached.  Please give it a try and report back any error lines.
>
> Surely that breaks it for the i386 case --- don't we need a separate
> solaris_x86_64.s source file?

Yes, it is only for him to test.  But his email bounced back so it is
possible he isn't going to be back.  :-(

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Solaris cc compiler on amd: PostgreSQL does not have native
Next
From: Volkan YAZICI
Date:
Subject: tuple count and v3 functions in psql for COPY