Code Monkey home page Code Monkey logo

Comments (5)

knizhnik avatar knizhnik commented on May 30, 2024

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?

from lsm3.

paras-garg12 avatar paras-garg12 commented on May 30, 2024

After cloning repository i follow these steps in postgresql 13.0 ubuntu.

  1. cd lsm3
  2. make
  3. make install
  4. copied lines from lsm3.conf and added them to install/data/postgres.conf
  5. restart postgres server
    6.tried both make installcheck and create extension lsm3 in psql both are failing .

Please check and tell me that i am following the required steps

from lsm3.

knizhnik avatar knizhnik commented on May 30, 2024

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?

from lsm3.

paras-garg12 avatar paras-garg12 commented on May 30, 2024

i use first approch. let me rephrase

  1. use make USE_PGXS=1
  2. make install USE_PGXS=1
  3. make installcheck USE_PGXS=1

i am able to create other extension like base36

from lsm3.

knizhnik avatar knizhnik commented on May 30, 2024

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" ?

from lsm3.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.