From 8b70ea4d79f6b4b7a7577ccfe9bfbb131e3d691c Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Fri, 16 Apr 2021 22:54:11 +0300 Subject: [PATCH] Undo debugg settings for computation node --- integration_tests/tests/control_plane/mod.rs | 4 +--- vendor/postgres | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/integration_tests/tests/control_plane/mod.rs b/integration_tests/tests/control_plane/mod.rs index 844c9839cc..cf0dadf2f3 100644 --- a/integration_tests/tests/control_plane/mod.rs +++ b/integration_tests/tests/control_plane/mod.rs @@ -338,7 +338,6 @@ impl ComputeControlPlane<'_> { shared_buffers = 1MB\n\ max_connections = 100\n\ wal_level = replica\n\ - max_parallel_workers = 0\n\ wal_sender_timeout = 0\n\ listen_addresses = '{address}'\n\ port = {port}\n\ @@ -397,7 +396,6 @@ impl ComputeControlPlane<'_> { shared_buffers = 1MB\n\ max_connections = 100\n\ wal_level = replica\n\ - max_parallel_workers = 0\n\ listen_addresses = '{address}'\n\ port = {port}\n\ computenode_mode = true\n\ @@ -653,7 +651,7 @@ pub fn regress_check(pg: &PostgresNode) { format!("--dlpath={}", regress_build_path.to_str().unwrap()).as_str(), format!( "--schedule={}", - regress_src_path.join("serial_schedule").to_str().unwrap() + regress_src_path.join("parallel_schedule").to_str().unwrap() ) .as_str(), format!("--inputdir={}", regress_src_path.to_str().unwrap()).as_str(), diff --git a/vendor/postgres b/vendor/postgres index 2d0b8458eb..5717bc00cb 160000 --- a/vendor/postgres +++ b/vendor/postgres @@ -1 +1 @@ -Subproject commit 2d0b8458eb53fc45547eb889ec61bee0a9f078dc +Subproject commit 5717bc00cbb95bc07f6f436fd747b74ac61179b6