Skip to content

Commit

Permalink
add http extension
Browse files Browse the repository at this point in the history
  • Loading branch information
xshadowlegendx authored Jul 19, 2024
1 parent 922203b commit 94d506d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres-appliance/scripts/spilo_commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
'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)
'pg_partman': (9.4, 16, False, True),
'http': (9.4, 16, False, False)
}
if os.environ.get('ENABLE_PG_MON') == 'true':
extensions['pg_mon'] = (11, 16, True, False)
Expand Down

0 comments on commit 94d506d

Please sign in to comment.