Re: Build 8.2 with an old linker - Mailing list pgsql-ports

From Tom Lane
Subject Re: Build 8.2 with an old linker
Date
Msg-id 25877.1167263879@sss.pgh.pa.us
Whole thread Raw
In response to Build 8.2 with an old linker  ("Thorkil Olesen" <thorkil@pip.dknet.dk>)
Responses Re: Build 8.2 with an old linker
List pgsql-ports
"Thorkil Olesen" <thorkil@pip.dknet.dk> writes:
>  exports.list: exports.txt
> -       echo '{ global:' >$@
> +       echo 'VERSION { global:' >$@

Actually ... on second look, doesn't that change the semantics?

We are not trying to establish a versioned API here, only restrict
symbol visibility.  I think if we do the above we just created a
versioned API with a version name of "VERSION", which does not seem
like a good idea.

            regards, tom lane

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: Build 8.2 with an old linker
Next
From: Thorkil Olesen
Date:
Subject: Re: Build 8.2 with an old linker