I used real server, but problem still actual:
I intalled postgresql and enabled ext cstore_fdw - it works fine. But with citus it did not work anythind I do.
Now I have same config:
# Add settings for extensions here
shared_preload_libraries = 'citus'
shared_preload_libraries = 'cstore_fdw'
And it brokes:
$ psql -p 9700 -c "select * from master_get_active_worker_nodes();"
ERROR: Citus can only be loaded via shared_preload_libraries
HINT: Add citus to shared_preload_libraries configuration variable in postgresql.conf in master and workers. Note that citus should be at the beginning of shared_preload_libraries.
I think that "beginning" means "topper". Do you have some advice?
Thanks.
вторник, 19 июля 2016 г., 12:24:18 UTC+3 пользователь Murat Tuncer написал: