Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Build 8.2 with an old linker



"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

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group