Skip to content

Skip system_identifier check on PostgreSQL 9.5 #21

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 3 commits into from
Dec 11, 2017

Conversation

rtau-t24
Copy link

Here's a patch trying to fix the issue #20.

Function pg_control_system is added in 9.6, which makes check on
9.5 fails all the time. Added logic to bypass that checking of
system identifier between data directory DB connection unless
DB version is >= 9.6
On the empty if case for skipping check before PG 9.6
@za-arthur
Copy link
Contributor

Thank you for fixing the issue! I'll merge it.

@za-arthur za-arthur merged commit 45be8b5 into postgrespro:master Dec 11, 2017
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