diff --git a/hammer.py b/hammer.py index 81fd964bd9..fd3d59c796 100755 --- a/hammer.py +++ b/hammer.py @@ -1596,6 +1596,12 @@ def _configure_pgsql(system, features): cmd += "EOF\n\"" execute(cmd, cwd='/tmp') + # This is needed for postgres >= 15 + cmd = """sh -c \"cat <