Skip to content

Commit fb3f214

Browse files
authored
Bump plpgsql_check version to 2.8.11 (#2071)
Latest plpgsql_check has numerous bug fixes. It also should fix the error "cannot find parent statement on pldbgapi2 call stack".
1 parent 76cd0d8 commit fb3f214

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

ansible/vars.yml

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

1111
# Full version strings for each major version
1212
postgres_release:
13-
postgresorioledb-17: "17.6.0.058-orioledb"
14-
postgres17: "17.6.1.101"
15-
postgres15: "15.14.1.101"
13+
postgresorioledb-17: "17.6.0.059-orioledb"
14+
postgres17: "17.6.1.102"
15+
postgres15: "15.14.1.102"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: 1.25.1

nix/ext/versions.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,14 @@
462462
],
463463
"hash": "sha256-vR3MvfmUP2QEAtXFpq0NCCKck3wZPD+H3QleHtyVQJs=",
464464
"revision": "2.7.11"
465+
},
466+
"2.8": {
467+
"postgresql": [
468+
"15",
469+
"17"
470+
],
471+
"hash": "sha256-qeCC/rmd+qhAlpq7y5UhqDkFVGsDbBUAFWPizciPVaI=",
472+
"revision": "2.8.11"
465473
}
466474
},
467475
"plv8": {

0 commit comments

Comments
 (0)