Skip to content

Commit 2a8d90f

Browse files
committed
Update olap stack extensions (#1101)
Necessary to support Postgres 17, though it cannot be used until pg_tier is updated.
1 parent 191ce94 commit 2a8d90f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tembo-stacks/src/stacks/specs/olap.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ postgres_config:
3131
value: logical
3232
trunk_installs:
3333
- name: pg_stat_statements
34-
version: 1.10.0
34+
version: 1.11.0
3535
- name: hydra_columnar
3636
version: 1.1.1
3737
- name: pg_partman
38-
version: 5.0.1
38+
version: 5.2.4
3939
- name: pg_cron
40-
version: 1.6.2
40+
version: 1.6.4
4141
- name: postgres_fdw
4242
version: 1.1.0
4343
- name: clerk_fdw
44-
version: 0.2.4
44+
version: 0.3.2
4545
- name: parquet_s3_fdw
4646
version: 1.1.0
4747
- name: pg_tier
@@ -51,7 +51,7 @@ extensions:
5151
locations:
5252
- database: postgres
5353
enabled: true
54-
version: 1.10.0
54+
version: 1.11.0
5555
- name: columnar
5656
locations:
5757
- database: postgres
@@ -61,13 +61,13 @@ extensions:
6161
locations:
6262
- database: postgres
6363
enabled: true
64-
version: 5.0.1
64+
version: 5.2.4
6565
- name: pg_cron
6666
description: pg_cron
6767
locations:
6868
- database: postgres
6969
enabled: true
70-
version: 1.6.2
70+
version: 1.6.4
7171
- name: postgres_fdw
7272
description: postgres_fdw
7373
locations:
@@ -79,7 +79,7 @@ extensions:
7979
locations:
8080
- database: postgres
8181
enabled: true
82-
version: 0.2.4
82+
version: 0.3.2
8383
- name: parquet_s3_fdw
8484
description: parquet_s3_fdw
8585
locations:

0 commit comments

Comments
 (0)