Re: Build 8.2 with an old linker

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thorkil Olesen" <thorkil(at)pip(dot)dknet(dot)dk>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Build 8.2 with an old linker
Date: 2006-12-27 23:57:59
Message-ID: 25877.1167263879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

"Thorkil Olesen" <thorkil(at)pip(dot)dknet(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Thorkil Olesen 2006-12-28 22:49:29 Re: Build 8.2 with an old linker
Previous Message Tom Lane 2006-12-27 23:53:51 Re: Build 8.2 with an old linker