Re: [PORTS] Solaris SPARC - Sun compiler 5.5 - 64 bit
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
"Clark, Andrew" <[email protected]> writes: > I have the following config: > configure:1298: checking build system type > configure:1316: result: sparc-sun-solaris2.8 > configure:1324: checking host system type > configure:1338: result: sparc-sun-solaris2.8 > configure:1348: checking which template to use > configure:1449: result: solaris OK, so we do need to fix the solaris template too. I have a feeling that there may need to be some sort of test on the compiler version specifically, but without some more data it's hard to say what. For the moment I'll just put it into template/solaris unconditionally. regards, tom lane ---------------------------(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