Skip to content

Commit 2866f1d

Browse files
committed
feat: pg 16 debug symbols
1 parent 4cd84cd commit 2866f1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.003-staging-4"
15-
postgres16: "16.3.1.000-staging-4"
14+
postgres15: "15.8.1.003-staging-5"
15+
postgres16: "16.3.1.000-staging-5"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
pg_prove = pkgs.perlPackages.TAPParserSourceHandlerpgTAP;
319319
inherit postgresql_15 postgresql_16;
320320
postgresql_15_debug = if pkgs.stdenv.isLinux then postgresql_15.debug else null;
321+
postgresql_16_debug = if pkgs.stdenv.isLinux then postgresql_16.debug else null;
321322
postgresql_15_src = pkgs.stdenv.mkDerivation {
322323
pname = "postgresql-15-src";
323324
version = postgresql_15.version;

0 commit comments

Comments
 (0)