Re: [HACKERS] Minor problem with Solaris 2.7beta - Mailing list pgsql-hackers

From Frank Ridderbusch
Subject Re: [HACKERS] Minor problem with Solaris 2.7beta
Date
Msg-id 13857.42877.490000.138625@utensil
Whole thread Raw
In response to Re: [HACKERS] Minor problem with Solaris 2.7beta  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Minor problem with Solaris 2.7beta  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:
 .....
 > > PORTNAME=solaris_sparc
 >
 > This should be solaris_i386 for you.  Why did it choose solaris_sparc?
 > Did configure guess this value?
 >

Here is the relevant section from config.status.

...
s%@host@%i386-pc-solaris2.7%g
s%@host_alias@%i386-pc-solaris2.7%g
s%@host_cpu@%i386%g
s%@host_vendor@%pc%g
s%@host_os@%solaris2.7%g
s%@TAS@%tas.o%g
s%@ODBCINSTDIR@%%g
s%@CC@%gcc%g
s%@CC_VERSION@%pgcc-2.91.57%g
s%@CPP@%gcc -E%g
s%@PORTNAME@%solaris_sparc%g
...

Apparently configure already got it wrong.
--
Regards,
    Frank

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Parser breakage: "timestamp" has become a reserved word
Next
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] select * from ..;vacuum crashes