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

[tests] ProbackupTest::simple_bootstrap and PG9.6 #630

Open
dmitry-lipetsk opened this issue Jul 25, 2024 · 0 comments
Open

[tests] ProbackupTest::simple_bootstrap and PG9.6 #630

dmitry-lipetsk opened this issue Jul 25, 2024 · 0 comments

Comments

@dmitry-lipetsk
Copy link

Hello,

# PG 9.6
elif self.get_version(node) > 90600 and self.get_version(node) < 100000:
node.safe_psql(

Is this condition self.get_version(node) > 90600 really correct?

Or is it must be ">=90600"?

If I understand correctly the current code will process PG9.6 in the section for PG v15+

@dmitry-lipetsk dmitry-lipetsk changed the title ProbackupTest::simple_bootstrap and PG9.6 [tests] ProbackupTest::simple_bootstrap and PG9.6 Jul 25, 2024
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

1 participant