We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a4067 commit a5918a7Copy full SHA for a5918a7
.gitignore
@@ -31,3 +31,5 @@ common-nix.vars.pkr.hcl
31
# pre-commit config is managed in nix
32
.pre-commit-config.yaml
33
nixos.qcow2
34
+.lsp
35
+.clj-kondo
ansible/vars.yml
@@ -10,9 +10,9 @@ postgres_major:
10
11
# Full version strings for each major version
12
postgres_release:
13
- postgresorioledb-17: "17.6.0.023-orioledb-wal-g"
14
- postgres17: "17.6.1.066-wal-g"
15
- postgres15: "15.14.1.066-wal-g"
+ postgresorioledb-17: "17.6.0.023-orioledb-wal-g-1"
+ postgres17: "17.6.1.066-wal-g-1"
+ postgres15: "15.14.1.066-wal-g-1"
16
17
# Non Postgres Extensions
18
pgbouncer_release: 1.19.0
0 commit comments