From d5dbd22e1113cf78630a994af41871efad6ffe8d Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Tue, 9 Dec 2025 08:51:32 +0100 Subject: [PATCH 1/2] PMM-14517: Skeleton PG Setup --- pmm_qa/scripts/database_options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pmm_qa/scripts/database_options.py b/pmm_qa/scripts/database_options.py index b58373fd..ec5ac2e6 100644 --- a/pmm_qa/scripts/database_options.py +++ b/pmm_qa/scripts/database_options.py @@ -38,12 +38,12 @@ "TARBALL": ""} }, "PGSQL": { - "versions": ["11", "12", "13", "14", "15", "16", "17"], + "versions": ["11", "12", "13", "14", "15", "16", "18", "17"], "configurations": {"QUERY_SOURCE": "pgstatements", "CLIENT_VERSION": "3-dev-latest", "USE_SOCKET": "", "SETUP_TYPE": ""} }, "PDPGSQL": { - "versions": ["11", "12", "13", "14", "15", "16", "17"], + "versions": ["11", "12", "13", "14", "15", "16", "17"], "configurations": {"CLIENT_VERSION": "3-dev-latest", "USE_SOCKET": "", "SETUP_TYPE": ""} }, "SSL_PDPGSQL": { From c2e85a2df299ba48a540a7dd358b8bd3204b84f6 Mon Sep 17 00:00:00 2001 From: Peter Sirotnak Date: Tue, 9 Dec 2025 15:31:35 +0100 Subject: [PATCH 2/2] PMM-14317: Fix spacing --- pmm_qa/scripts/database_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmm_qa/scripts/database_options.py b/pmm_qa/scripts/database_options.py index ec5ac2e6..d6d08c62 100644 --- a/pmm_qa/scripts/database_options.py +++ b/pmm_qa/scripts/database_options.py @@ -43,7 +43,7 @@ "SETUP_TYPE": ""} }, "PDPGSQL": { - "versions": ["11", "12", "13", "14", "15", "16", "17"], + "versions": ["11", "12", "13", "14", "15", "16", "17"], "configurations": {"CLIENT_VERSION": "3-dev-latest", "USE_SOCKET": "", "SETUP_TYPE": ""} }, "SSL_PDPGSQL": {