Re: Old source code needed

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Jan de Visser <jan(at)de-visser(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Old source code needed
Date: 2015-11-27 14:44:11
Message-ID: 56586C3B.6070600@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/27/2015 06:24 AM, Jan de Visser wrote:
>
>
> On 2015-11-27 4:31 AM, NTPT wrote:
>> Thanx for help, I grab the source code that match old cluster fs
>> backup.
>>
>> However: Should it run fine compiled with recent gcc 4.9.3 ?
>
> You realize how old 9.0 is, right? And you understand how nonsensical
> your question is? How can you guarantee that code compiles properly on a
> compiler which is released years after you write the code?

To me nonsensical would be trying to compile newer code using an old
compiler. What the OP did seemed to be in the realm of possibility as I
would think backwards compatibility kicks in.

>
>>
>> while compiled with this gcc , I got a lot of strange errors like
>>
>> ERROR: could not identify an ordering operator for type name at
>> character 3336
>> HINT: Use an explicit ordering operator or modify the query.
>>
>> with \dt or \list or other commands and select
>>
>>
>> Hovever compiling it with gcc 3.4.6 and everythig works.
>>
>> Is it intended (expected) behavior or a compiller bug (Being on
>> Gentoo, compiller bug scary me a lot).
>>
>> thanx
>>
>
> jan
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jan de Visser 2015-11-27 14:49:54 Re: Old source code needed
Previous Message Jan de Visser 2015-11-27 14:24:52 Re: Old source code needed