From: Matt W. <MW...@XI...> - 2013-10-03 01:28:59
|
I'm compiling with the Solaris Studio compiler on Solaris Intel right now. If it compiles on Intel, it will compile on SPARC, the only exceptions being assembly code or code that has hard-coded dependencies on byte ordering (big- vs little-endian systems). I don't recall seeing any code like that in XC. That said, I have access to both Intel and SPARC Solaris, so I can perform builds and do some testing. Solaris supports standard POSIX threads. I've been testing XC on Solaris and haven't seen issues around that, though I have seen what look like optimizer bugs (queries that don't complete when the amount of data changes as opposed to simply taking longer). Matt From: Koichi Suzuki [mailto:koi...@gm...] Sent: Wednesday, October 02, 2013 6:11 PM To: Michael Paquier Cc: Matt Warner; Postgres-XC Developers Subject: Re: [Postgres-xc-developers] Minor Fixes Thanks guys for your efforts to test XC on Solaris. This is very valuable work. If either of you can keep working with Solaris, we may be able to announce that XC supports Solaris. Michael, I believe you're testing on Intel architecture. Is either of you going to test XC against SPARC? I'm not familiar with Solaris threading. GTM and GTM_Proxy depend upon Posix thread and I hope it has no problem with Solaris. Regards; --- Koichi Suzuki 2013/10/3 Michael Paquier <mic...@gm...<mailto:mic...@gm...>> On Thu, Oct 3, 2013 at 9:15 AM, Matt Warner <MW...@xi...<mailto:MW...@xi...>> wrote: > I can spend some time cleaning up configure.in<http://configure.in> if it's not stepping on anyone's toes. Feel free. I will try to work on your patch for GTM proxy first and do smth for makesgml then. -- Michael ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk _______________________________________________ Postgres-xc-developers mailing list Pos...@li...<mailto:Pos...@li...> https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers |