diff --git a/hammer.py b/hammer.py index ff8c5e9b67..59e971f4dd 100755 --- a/hammer.py +++ b/hammer.py @@ -1498,6 +1498,16 @@ def _configure_pgsql(system, features, revision): cmd += 'EOF\n"' execute(cmd, cwd='/tmp') + if system == 'fedora' and int(revision) >= 38 or \ + system == 'debian' and int(revision) >= 12 or \ + system == 'alpine' and float(revision) >= 3.17: + #TODO it needs detection of pgsql version, and apply this only for postgres >= 15 + cmd = """bash -c \"cat <