aboutsummaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-src_Interpreters_AsynchronousMetrics.cpp
diff options
context:
space:
mode:
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();
-