postgrespro / pg_probackup

Backup and recovery manager for PostgreSQL
https://postgrespro.github.io/pg_probackup/
Other
703 stars 86 forks source link

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

Open dmitry-lipetsk opened 1 month ago

dmitry-lipetsk commented 1 month ago

Hello,

https://github.com/postgrespro/pg_probackup/blob/a2510f5fa1845305db5aab0e5476f403fc7a5499/tests/helpers/ptrack_helpers.py#L572-L574

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+