diff --git a/flake.nix b/flake.nix index d49c9e3fa..c51e773cd 100644 --- a/flake.nix +++ b/flake.nix @@ -154,6 +154,7 @@ ./nix/ext/wrappers/default.nix ./nix/ext/supautils.nix ./nix/ext/plv8.nix + ./nix/ext/pg_partman.nix ]; #Where we import and build the orioledb extension, we add on our custom extensions diff --git a/nix/ext/pg_partman.nix b/nix/ext/pg_partman.nix index 899716b44..75f19ff7f 100644 --- a/nix/ext/pg_partman.nix +++ b/nix/ext/pg_partman.nix @@ -2,7 +2,7 @@ stdenv.mkDerivation rec { pname = "pg_partman"; - version = "5.1.0"; + version = "5.2.4"; buildInputs = [ postgresql ]; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { owner = "pgpartman"; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-GrVOJ5ywZMyqyDroYDLdKkXDdIJSDGhDfveO/ZvrmYs="; + sha256 = "sha256-i/o+JZEXnJRO17kfdTw87aca28+I8pvuFZsPMA/kf+w="; }; installPhase = '' diff --git a/nix/tests/expected/z_15_ext_interface.out b/nix/tests/expected/z_15_ext_interface.out index 540bee2e8..3582f9467 100644 --- a/nix/tests/expected/z_15_ext_interface.out +++ b/nix/tests/expected/z_15_ext_interface.out @@ -30,9 +30,10 @@ order by name ----------------- pg_cron + pg_partman pgjwt tsm_system_time -(3 rows) +(4 rows) /* diff --git a/nix/tests/expected/z_17_ext_interface.out b/nix/tests/expected/z_17_ext_interface.out index f7750f849..8e51945cc 100644 --- a/nix/tests/expected/z_17_ext_interface.out +++ b/nix/tests/expected/z_17_ext_interface.out @@ -23,10 +23,11 @@ order by name ------------------------ pg_cron + pg_partman pgjwt postgis_tiger_geocoder tsm_system_time -(4 rows) +(5 rows) /* diff --git a/nix/tests/expected/z_orioledb-17_ext_interface.out b/nix/tests/expected/z_orioledb-17_ext_interface.out index f7750f849..8e51945cc 100644 --- a/nix/tests/expected/z_orioledb-17_ext_interface.out +++ b/nix/tests/expected/z_orioledb-17_ext_interface.out @@ -23,10 +23,11 @@ order by name ------------------------ pg_cron + pg_partman pgjwt postgis_tiger_geocoder tsm_system_time -(4 rows) +(5 rows) /*