v31-0014-Revert-building-benchmark-module-for-CI.patch
application/octet-stream
Filename: v31-0014-Revert-building-benchmark-module-for-CI.patch
Type: application/octet-stream
Part: 4
Patch
Format: format-patch
Series: patch v31-0014
Subject: Revert building benchmark module for CI
| File | + | − |
|---|---|---|
| contrib/meson.build | 1 | 1 |
From 7bae7b13e777c826c542ac33766ad8358672d9cc Mon Sep 17 00:00:00 2001
From: John Naylor <john.naylor@postgresql.org>
Date: Tue, 14 Feb 2023 19:31:34 +0700
Subject: [PATCH v31 14/14] Revert building benchmark module for CI
---
contrib/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/meson.build b/contrib/meson.build
index 421d469f8c..52253de793 100644
--- a/contrib/meson.build
+++ b/contrib/meson.build
@@ -12,7 +12,7 @@ subdir('amcheck')
subdir('auth_delay')
subdir('auto_explain')
subdir('basic_archive')
-subdir('bench_radix_tree')
+#subdir('bench_radix_tree')
subdir('bloom')
subdir('basebackup_to_shell')
subdir('bool_plperl')
--
2.31.1