Skip to content

Commit

Permalink
remove http version required
Browse files Browse the repository at this point in the history
  • Loading branch information
xshadowlegendx authored Jul 23, 2024
1 parent da614b6 commit a09e999
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres-appliance/scripts/spilo_commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
'timescaledb': (9.6, 16, True, True),
'pg_cron': (9.5, 16, True, False),
'pg_stat_kcache': (9.4, 16, True, False),
'pg_partman': (9.4, 16, False, True),
'http': (9.4, 16, False, False)
'pg_partman': (9.4, 16, False, True)
}
if os.environ.get('ENABLE_PG_MON') == 'true':
extensions['pg_mon'] = (11, 16, True, False)
Expand Down

0 comments on commit a09e999

Please sign in to comment.