Bug 290 - Make the symbols in the shared library unique
Summary: Make the symbols in the shared library unique
Status: RESOLVED FIXED
Alias: None
Product: Slony-I
Classification: Unclassified
Component: trigger SPI (show other bugs)
Version: devel
Hardware: PC Linux
: low enhancement
Assignee: Slony Bugs List
URL:
Depends on:
Blocks:
 
Reported: 2013-05-27 14:08 UTC by Steve Singer
Modified: 2013-06-06 11:11 UTC (History)
1 user (show)

See Also:


Attachments
Patch to version the symbols (21.56 KB, patch)
2013-05-27 14:09 UTC, Steve Singer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Singer 2013-05-27 14:08:25 UTC
This comes from discussions at PGCON

A backend can now have multiple versions of the slony shared library loaded. This can lead to confusion and conflicts in symbol names.  To prevent this we need the symbols to contains the version name (or have some other way of specifying uniqueness)