Re: [PORTS] Build 8.2 with an old linker
Tom Lane <[email protected]> Wed, 27 Dec 2006 18:57:59 -0500
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
"Thorkil Olesen" <[email protected]> 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 ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq