Skip to content

Commit

Permalink
Add pg_partman to shared_preload_libraries for pg16 (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet authored Nov 30, 2023
1 parent 46d7360 commit 8f1283c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/scripts/spilo_commons.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'timescaledb': (9.6, 15, True, True),
'pg_cron': (9.5, 16, True, False),
'pg_stat_kcache': (9.4, 16, True, False),
'pg_partman': (9.4, 15, False, True)
'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 8f1283c

Please sign in to comment.