From 0f19df278f745489c7fcacdab1a709752c690fed Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 5 May 2021 22:14:35 +0100 Subject: [PATCH] Remove code to disable JIT and parallel query during replication --- cookbooks/tile/templates/default/replicate.erb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbooks/tile/templates/default/replicate.erb b/cookbooks/tile/templates/default/replicate.erb index 4e96d767d..eedf4e576 100644 --- a/cookbooks/tile/templates/default/replicate.erb +++ b/cookbooks/tile/templates/default/replicate.erb @@ -17,11 +17,6 @@ exec > /var/log/tile/replicate.log 2>&1 # Change to the replication state directory cd /var/lib/replicate -<% if @postgresql_version >= 12 -%> - -# Disable JIT and parallel workers in postgres -export PGOPTIONS="-c jit=off -c max_parallel_workers_per_gather=0" -<% end -%> # Install exit handler trap onexit EXIT -- 2.43.2