mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
Undo debugg settings for computation node
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user