Re: [PORTS] solaris build problem with Sun compilers

Bruce Momjian <[email protected]> Thu, 11 May 2006 19:34:18 -0400 (EDT)
Newsgroups gmane.comp.db.postgresql.ports
Message-ID <[email protected]>
Tom Lane wrote:
> Bruce Momjian <[email protected]> writes:
> > Uh, backend/port/tas/solaris*.s ASM files have "section" like:
> > 	         .section        ".text"
> > Are these OK?  I didn't see you report any problems with these.
> 
> Well, that's an interesting point ... I wonder what the version in
> s_lock.c is used for at all?  Maybe it's dead code.

Uh, I am kind of confused myself.  I thought it was calling the ASM
file, but there is no x86 there so that can't be true.

I think the big question is what uses tas_dummy().  I only see it
referenced in s_lock.c.

-- 
  Bruce Momjian   http://candle.pha.pa.us
  EnterpriseDB    http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match