Skip to content

Commit

Permalink
Reflect review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed Feb 15, 2024
1 parent 42e0ffd commit b780f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions postgres-appliance/major_upgrade/pg_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ def get_cluster_version(self):

def set_bin_dir_for_version(self, version):
from spilo_commons import get_bin_dir

self._bin_dir = get_bin_dir(version)
self._available_gucs = None
self.set_bin_dir(get_bin_dir(version))

def set_bin_dir(self, bin_dir):
self._bin_dir = bin_dir
Expand Down
1 change: 1 addition & 0 deletions postgres-appliance/tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ services:
loop_wait: 2
postgresql:
parameters:
wal_decode_buffer_size: '521kB'
wal_keep_segments: 8
jit: 'off'
postgresql:
Expand Down

0 comments on commit b780f0b

Please sign in to comment.