Coder Social home page Coder Social logo

Comments (6)

jwilander avatar jwilander commented on April 28, 2024

Hi maxlazio,

Which version of Postgres are you running? My guess is it's below 9.4 and that's causing the issue. Specifically, if I'm correct, it's being caused by the query we use to check for existing indexes in PostgreSQL. We're doing a SELECT to_regclass(stuff) and to_regclass looks like it's new in PostgreSQL 9.4+.

I imagine this is an issue for you guys and we need to support lower versions of PostgreSQL. If you can give me the lowest version of PostgreSQL that you need to support I can go and make sure we support that as well.

from mattermost-server.

maxlazio avatar maxlazio commented on April 28, 2024

@jwilander Thanks for the quick response.

We are running 9.2(.10) by default, going lower than that version is unlikely to happen.

from mattermost-server.

jwilander avatar jwilander commented on April 28, 2024

Sounds good, I'll go make sure we can support at least 9.2. I'll link the PR to this issue when it's going in. Hopefully it should only take me an hour or two at most.

from mattermost-server.

maxlazio avatar maxlazio commented on April 28, 2024

@jwilander awesome, no rush as there is enough to keep me occupied anyway :)

from mattermost-server.

jwilander avatar jwilander commented on April 28, 2024

Ok @maxlazio the fix has been merged into master and I also made sure nothing else would break with PostgreSQL 9.2.

Let me know if it works for you and I'll close the issue.

Also feel free to let me know if you need help with anything else :)

from mattermost-server.

maxlazio avatar maxlazio commented on April 28, 2024

Works now, thanks for the quick turnaround!

from mattermost-server.

Related Issues (20)

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.