Skip to content

Commit 2bc4554

Browse files
committed
fix: remove old pg_partman version and fix pg_regress outputs
1 parent 921ab99 commit 2bc4554

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

nix/ext/versions.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,6 @@
354354
}
355355
},
356356
"pg_partman": {
357-
"5.2.4": {
358-
"postgresql": [
359-
"15",
360-
"17",
361-
"orioledb-17"
362-
],
363-
"hash": "sha256-i/o+JZEXnJRO17kfdTw87aca28+I8pvuFZsPMA/kf+w="
364-
},
365357
"5.3.1": {
366358
"postgresql": [
367359
"15",

nix/tests/expected/z_15_ext_interface.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5293,7 +5293,7 @@ order by
52935293
xml2 | public | xpath_table | text, text, text, text, text | SETOF record
52945294
xml2 | public | xslt_process | text, text | text
52955295
xml2 | public | xslt_process | text, text, text | text
5296-
(5113 rows)
5296+
(5121 rows)
52975297

52985298
/*
52995299

nix/tests/expected/z_17_ext_interface.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4937,7 +4937,7 @@ order by
49374937
xml2 | public | xpath_table | text, text, text, text, text | SETOF record
49384938
xml2 | public | xslt_process | text, text | text
49394939
xml2 | public | xslt_process | text, text, text | text
4940-
(4770 rows)
4940+
(4778 rows)
49414941

49424942
/*
49434943

nix/tests/expected/z_orioledb-17_ext_interface.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4937,7 +4937,7 @@ order by
49374937
xml2 | public | xpath_table | text, text, text, text, text | SETOF record
49384938
xml2 | public | xslt_process | text, text | text
49394939
xml2 | public | xslt_process | text, text, text | text
4940-
(4770 rows)
4940+
(4778 rows)
49414941

49424942
/*
49434943

0 commit comments

Comments
 (0)