Hi! I need to evaluate cstore_fdw for our application. Unfortunately I am experiencing problems building and running cstore on Mac.
First, I spent few fruitless days trying to build cstore_fdw version 1.2 on Mac OS 10.10 with Postgres 9.3 installed using a package manager. Once I installed Postgres 9.3 from sources I finally was able to build cstore_fdw.
My next problem is some sort library version mismatch. Once I enabled cstore_fdw extension in postgresql.conf, any attempt to start Postgres server leads to the following error:
$ /usr/local/pgsql/bin/pg_ctl start -D/usr/local/pgsql/data
server starting
$ FATAL: incompatible library "/usr/local/pgsql/lib/cstore_fdw.so": version mismatch
DETAIL: Server is version 9.3, library is version 9.4.
I will really appreciate any help!
Thank you,
--Alik