From 2a003a36bbcb245d4e1ba059396e59c3add5127f Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:47:57 +0200 Subject: [PATCH] Adjust allow_in_place_tablespaces availability (#3081) --- patroni/postgresql/available_parameters/0_postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patroni/postgresql/available_parameters/0_postgres.yml b/patroni/postgresql/available_parameters/0_postgres.yml index a633b44e..a745084c 100644 --- a/patroni/postgresql/available_parameters/0_postgres.yml +++ b/patroni/postgresql/available_parameters/0_postgres.yml @@ -4,7 +4,7 @@ parameters: version_from: 170000 allow_in_place_tablespaces: - type: Bool - version_from: 150000 + version_from: 100000 allow_system_table_mods: - type: Bool version_from: 90300