Open paras-garg12 opened 3 years ago
Sorry, I could not reproduce the problem. I have tested LSM3 both with current master and REL_13_STABLE branch. How are you building lsm3 extension?
After cloning repository i follow these steps in postgresql 13.0 ubuntu.
Please check and tell me that i am following the required steps
Do you have Postgres development package (with sources). To build extension you need to have Postgres sources. It is not clear from your explanation above whether lsm3 was build in 13.0 sources tree. Lsm3 extension can be built using PGXS (make USE_PGXS=1) or should be placed in contrib directory of Postgres source tree. Did you use second approach? If so where did you get postgres sources? From main Postgres repository git://git.postgresql.org/git/postgresql.git ? If so, can you perform "git status" in it?
i use first approch. let me rephrase
i am able to create other extension like base36
In case of using PGXS you need to ensure that path is pointed to correct postgres version. Can you please do "type postgres" and then "postgres --version" ?
Hi i am running for postgres version 13.0. when issuing command "create extension lsm3" after make install and shared library . I am getting ERROR: invalid function number 4, must be between 1 and 3. how to remove that error