Skip to content

Do not panic when version looks like 10.3 (Debian 10.3-1.pgdg90+1) #2

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

Merged
merged 1 commit into from
Mar 5, 2018

Conversation

pgerber
Copy link
Contributor

@pgerber pgerber commented Mar 5, 2018

Ignore anything past a space when parsing Postgres version string. This should make sure that a version string like 10.3 (Debian 10.3-1.pgdg90+1), which I encountered when using the postgres:10.3 Docker image, is parsed properly.

Ignore anything past a space when parsing Postgres version string.
This should make sure that a version string like
`10.3 (Debian 10.3-1.pgdg90+1)`, which I encountered when using
the postgres:10.3 docker image, is parsed properly.
@sfackler
Copy link
Owner

sfackler commented Mar 5, 2018

Thanks!

@sfackler sfackler merged commit 2a97cc3 into sfackler:master Mar 5, 2018
@sfackler
Copy link
Owner

sfackler commented Mar 6, 2018

This is released in 0.7.1

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

Successfully merging this pull request may close these issues.

2 participants