Skip to content

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

@dmitry-lipetsk

Description

@dmitry-lipetsk

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+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions