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: Wed, 27 Dec 2006 18:57:59 -0500
- Message-id: <25877.1167263879@sss.pgh.pa.us> <text/plain>
"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
Home |
Main Index |
Thread Index