From b906b4ed40b71a991a4f775ab8821c0595d3606f Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Thu, 26 Sep 2024 11:43:21 +0000 Subject: eclass/, profiles/: Enable PostgreSQL 17 support Signed-off-by: Patrick Lauer --- eclass/postgres.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/postgres.eclass') diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 9bf84fe13118..2c44358898e6 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -27,7 +27,7 @@ _POSTGRES_ECLASS=1 # @DESCRIPTION: # List of versions to reverse sort POSTGRES_COMPAT slots -_POSTGRES_ALL_VERSIONS=( 9999 16 15 14 13 12 ) +_POSTGRES_ALL_VERSIONS=( 9999 17 16 15 14 13 12 ) -- cgit v1.2.3