-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
hi,knizhnik:
i install imcs exetension in my postgres 9.3.5, i modify install.sh to:
PATH=/usr/local/pgsql/bin/:$PATH make USE_PGXS=1 USE_DISK=1 CFLAGS="-g3 --save-temps -Wall -Wno-format-security -DIMCS_DISK_SUPPORT " LDFLAGS="-pthread" install. and my postgres.conf is :
imcs.shmem_size = 64
imcs.cache_size = 10
shared_preload_libraries='imcs'
when i input select quote_load() in psql, the error is :
ERROR: File read failed: 14
CONTEXT: PL/pgSQL function quote_load(boolean,text) line 1 at RETURN.
what's wrong with me? help me!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels