Skip to content

Commit d0110e9

Browse files
committed
fix: include orioledb-17 in index_advisor
1 parent f0c298d commit d0110e9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ postgres_major:
99

1010
# Full version strings for each major version
1111
postgres_release:
12-
postgresorioledb-17: "17.0.1.095-orioledb-ia-5"
13-
postgres17: "17.4.1.046-ia-5"
14-
postgres15: "15.8.1.103-ia-5"
12+
postgresorioledb-17: "17.0.1.095-orioledb-ia-6"
13+
postgres17: "17.4.1.046-ia-6"
14+
postgres15: "15.8.1.103-ia-6"
1515

1616
# Non Postgres Extensions
1717
pgbouncer_release: "1.19.0"

nix/ext/versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"0.2.0": {
1616
"postgresql": [
1717
"15",
18-
"17"
18+
"17",
19+
"orioledb-17"
1920
],
2021
"hash": "sha256-G0eQk2bY5CNPMeokN/nb05g03CuiplRf902YXFVQFbs="
2122
}

0 commit comments

Comments
 (0)