From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | buildfarm-members(at)lists(dot)postgresql(dot)org, pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | Re: FullTransactionId changes are causing portability issues |
Date: | 2019-05-23 17:11:34 |
Message-ID: | 20190523171134.vwsjumopzjnrgagn@alap3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members pgsql-hackers |
Hi,
On 2019-05-22 16:13:02 -0400, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
> > On 2019-05-22 15:55:50 -0400, Tom Lane wrote:
> Per Bjorn's report:
> >> The compiler used in Sun Studio 12u1, very old and and I can try to
> >> upgrade and see if that helps.
> > I tried Sun Studio 12u2 and then a more drastic upgrade to Developer
> > Studio 12.5 but both had the same effect.
>
> It doesn't sound like "use a newer compiler" is going to be a helpful
> answer there.
Well, GCC is available on solaris, and IIRC not that hard to install
(isn't it just a 'pkg install gcc' or such?). Don't think we need to
invest a lot of energy fixing a compiler / OS combo that effectively
isn't developed further.
Greetings,
Andres Freund
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2019-05-23 17:46:15 | Re: FullTransactionId changes are causing portability issues |
Previous Message | Tom Lane | 2019-05-22 20:13:02 | Re: FullTransactionId changes are causing portability issues |
From | Date | Subject | |
---|---|---|---|
Next Message | Euler Taveira | 2019-05-23 17:26:13 | Fix link for v12 |
Previous Message | Donald Dong | 2019-05-23 17:05:29 | Re: Why could GEQO produce plans with lower costs than the standard_join_search? |