Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL 12 Support #243

Closed
klaxian opened this issue Jan 7, 2020 · 3 comments
Closed

PostgreSQL 12 Support #243

klaxian opened this issue Jan 7, 2020 · 3 comments

Comments

@klaxian
Copy link
Collaborator

klaxian commented Jan 7, 2020

When attempting to log in to a PostgreSQL 12 server, I get the following error. However, it should work if you remove the artificial version check.

Version of PostgreSQL not supported. Please upgrade to version 9.3 or later.

@ffflabs
Copy link
Collaborator

ffflabs commented Jan 7, 2020

Whoa, you're quite an early adopter. But then again, I appreciate it.

Just released RC2. Previous version only considered up to PG11. It's not really an artificial version check, because some views, catalogs, classes and other system stuff does change. However I don't think it would be catastrophic if PG13 comes out and the approach to create FTS has changed.

...as long as 80% is usable

@ffflabs ffflabs closed this as completed Jan 7, 2020
@klaxian
Copy link
Collaborator Author

klaxian commented Jan 7, 2020

Thank you very much! I'm only an early adopter on my development systems so I can find little issues like this. I wouldn't upgrade production until everything is solid. However, it's worth noting that PG12 final was released two months ago and 12.1 is nearly a month old as well. It doesn't seem that early... :p

@ffflabs
Copy link
Collaborator

ffflabs commented Jan 7, 2020

Yeah that's true, besides this one was my fault for hardcoding 11. (Still, my fix was hardcode up to 13).

However there's PHP 7.4 issue from yesterday as well. That one wreaked havoc in my dev environment. 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants