We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626f991 commit 9c4b34bCopy full SHA for 9c4b34b
postgres-appliance/scripts/spilo_commons.py
@@ -12,7 +12,7 @@
12
13
# (min_version, max_version, shared_preload_libraries, extwlist.extensions)
14
extensions = {
15
- 'timescaledb': (9.6, 17, True, True),
+ 'timescaledb': (9.6, 18, True, True),
16
'pg_cron': (9.5, 18, True, False),
17
'pg_stat_kcache': (9.4, 18, True, False),
18
'pg_partman': (9.4, 18, False, True)
0 commit comments