guix-glicid/glicid/packages/patches/glicid-zabbix-timescaledb-2.11.patch

26 lines
1.1 KiB
Diff

From 71456293658f2a9aa61cf6bab4280d4439f92c42 Mon Sep 17 00:00:00 2001
From: JEAN-FRANCOIS GUILLAUME <mrbear@yam-it.net>
Date: Thu, 22 Jun 2023 12:57:19 +0200
Subject: [PATCH] bumping timescaledb supported version to 2.11
---
include/zbx_dbversion_constants.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/zbx_dbversion_constants.h b/include/zbx_dbversion_constants.h
index f143012..0adbd54 100644
--- a/include/zbx_dbversion_constants.h
+++ b/include/zbx_dbversion_constants.h
@@ -66,8 +66,8 @@
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION 20001
#define ZBX_TIMESCALE_MIN_SUPPORTED_VERSION_STR "2.0.1"
#define ZBX_TIMESCALE_MIN_VERSION_WITH_LICENSE_PARAM_SUPPORT 20000
-#define ZBX_TIMESCALE_MAX_VERSION 21099
-#define ZBX_TIMESCALE_MAX_VERSION_STR "2.10"
+#define ZBX_TIMESCALE_MAX_VERSION 21199
+#define ZBX_TIMESCALE_MAX_VERSION_STR "2.11"
#define ZBX_TIMESCALE_LICENSE_APACHE "apache"
#define ZBX_TIMESCALE_LICENSE_APACHE_STR "TimescaleDB Apache 2 Edition"
#define ZBX_TIMESCALE_LICENSE_COMMUNITY "timescale"
--
2.40.1