Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

FATAL: XX000: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: IndexRelationGetNumberOfKeyAttributes #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nemoaa opened this issue May 21, 2017 · 2 comments

Comments

@nemoaa
Copy link

nemoaa commented May 21, 2017

build postgres_cluster is Success
then i create extension
postgres=# create extension multimaster ;
ERROR: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: TM
STATEMENT: create extension multimaster ;
ERROR: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: TM
the log is
[postgres@mm2 pgdata]$ FATAL: XX000: could not load library "/usr/local/pgsql/lib/multimaster.so": /usr/local/pgsql/lib/multimaster.so: undefined symbol: IndexRelationGetNumberOfKeyAttributes
LOCATION: internal_load_library, dfmgr.c:235
LOG: 00000: database system is shut down
LOCATION: UnlinkLockFiles, miscinit.c:755

@knizhnik
Copy link
Contributor

Thank you for reporting the problem.

Sorry, multimaster code in this repository is slightly out of date (we included latest version of multimaster in Postgres Pro Enterprise Edition). We are going to update free version of multimaster, but it will take some time. Actually this bug is caused by my attempt to somehow synchronize code of Github repository. IndexRelationGetNumberOfKeyAttributes is function of PrPro EE, defined for covering indexes.
I fixed this build issue.

@nemoaa
Copy link
Author

nemoaa commented May 23, 2017

thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants