Skip to content

Commit

Permalink
Update olap stack extensions (#1101)
Browse files Browse the repository at this point in the history
Necessary to support Postgres 17, though it cannot be used until
pg_tier is updated.
  • Loading branch information
theory committed Jan 8, 2025
1 parent 4f0b5e8 commit 55f6e76
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tembo-stacks/src/stacks/specs/olap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ postgres_config:
value: logical
trunk_installs:
- name: pg_stat_statements
version: 1.10.0
version: 1.11.0
- name: hydra_columnar
version: 1.1.1
- name: pg_partman
version: 5.0.1
version: 5.2.4
- name: pg_cron
version: 1.6.2
version: 1.6.4
- name: postgres_fdw
version: 1.1.0
- name: clerk_fdw
version: 0.2.4
version: 0.3.2
- name: parquet_s3_fdw
version: 1.1.0
- name: pg_tier
Expand All @@ -51,7 +51,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 1.10.0
version: 1.11.0
- name: columnar
locations:
- database: postgres
Expand All @@ -61,13 +61,13 @@ extensions:
locations:
- database: postgres
enabled: true
version: 5.0.1
version: 5.2.4
- name: pg_cron
description: pg_cron
locations:
- database: postgres
enabled: true
version: 1.6.2
version: 1.6.4
- name: postgres_fdw
description: postgres_fdw
locations:
Expand All @@ -79,7 +79,7 @@ extensions:
locations:
- database: postgres
enabled: true
version: 0.2.4
version: 0.3.2
- name: parquet_s3_fdw
description: parquet_s3_fdw
locations:
Expand Down

0 comments on commit 55f6e76

Please sign in to comment.