From e696e28f438fcc73beaaec9a17238286f9a77115 Mon Sep 17 00:00:00 2001 From: Arthur Nascimento Date: Thu, 17 Apr 2025 12:12:16 -0300 Subject: [PATCH] install-requirements.xml: fix compatibility matrix The same document states that "repmgr 5.5.0 is compatible with all supported PostgreSQL versions from 13.x", so 12 shouldn't be listed in the matrix. Moreover, 14 is missing in 5.5 and 5.4.1, which looks like an accidental omission that might have happened when support for 15 was added on a version that only advertized 13 up to that point. 14 should have been added along with 15 then. --- doc/install-requirements.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install-requirements.xml b/doc/install-requirements.xml index 4e5234d7..67d93103 100644 --- a/doc/install-requirements.xml +++ b/doc/install-requirements.xml @@ -125,7 +125,7 @@ &repmgrversion; (&releasedate;) - 12, 13, 15, 16, 17 + 13, 14, 15, 16, 17   @@ -143,7 +143,7 @@ 5.4.1 (2023-04-04) - 10, 11, 12, 13, 15 + 10, 11, 12, 13, 14, 15