aboutsummaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2022-01-17 07:33:17 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2022-01-17 07:35:13 +0000
commitedb56d4c62ae865be24e1fb81c7657d42a27c355 (patch)
tree1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp
parentffab526e3cf40420663ec62457556521d41f4ed5 (diff)
downloadports-edb56d4c62ae865be24e1fb81c7657d42a27c355.tar.gz
ports-edb56d4c62ae865be24e1fb81c7657d42a27c355.zip
databases/clickhouse: Update to 21.12.3.32
Diffstat (limited to 'databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp')
-rw-r--r--databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp b/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp
deleted file mode 100644
index 53cb1e3a2823..000000000000
--- a/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Interpreters/AsynchronousMetrics.cpp.orig 2021-07-17 10:04:30 UTC
-+++ src/Interpreters/AsynchronousMetrics.cpp
-@@ -207,7 +207,7 @@ void AsynchronousMetrics::update()
- new_values["Uptime"] = getContext()->getUptimeSeconds();
-
- /// Process memory usage according to OS
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_FREEBSD)
- {
- MemoryStatisticsOS::Data data = memory_stat.get();
-