diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-04-07 14:15:58 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-04-07 14:15:58 +0000 |
commit | 46e76373ec6036a0a53206ef0ea87df75d082c48 (patch) | |
tree | ca715a035d641cdd7af1bf074848e435da28a1df /src/backend/access/gist/gistget.c | |
parent | 8deafd6fdff78ce5412b6de75efc07ee7283a266 (diff) | |
download | postgresql-46e76373ec6036a0a53206ef0ea87df75d082c48.tar.gz postgresql-46e76373ec6036a0a53206ef0ea87df75d082c48.zip |
Implement a few changes to how shared libraries and dynamically loadable
modules are built. Foremost, it creates a solid distinction between these two
types of targets based on what had already been implemented and duplicated in
ad hoc ways before. Specifically,
- Dynamically loadable modules no longer get a soname. The numbers previously
set in the makefiles were dummy numbers anyway, and the presence of a soname
upset a few packaging tools, so it is nicer not to have one.
- The cumbersome detour taken on installation (build a libfoo.so.0.0.0 and
then override the rule to install foo.so instead) is removed.
- Lots of duplicated code simplified.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions