You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: