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 4bf602f commit 1d1a48fCopy full SHA for 1d1a48f
ansible/vars.yml
@@ -10,7 +10,7 @@ postgres_major:
10
11
# Full version strings for each major version
12
postgres_release:
13
- postgresorioledb-17: "17.5.1.057-orioledb-rewind"
+ postgresorioledb-17: "17.5.1.058-orioledb-rewind"
14
postgres17: "17.6.1.028"
15
postgres15: "15.14.1.028"
16
nix/ext/orioledb.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
26
python3
27
openssl
28
];
29
- buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11 IS_DEV=1";
+ buildPhase = "make USE_PGXS=1 ORIOLEDB_PATCHSET_VERSION=11";
30
installPhase = ''
31
runHook preInstall
32
0 commit comments