Skip to content

Commit ef848d4

Browse files
oliricesamrose
authored andcommitted
pg_partman test 15/16 compat
1 parent 99f238e commit ef848d4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

nix/tests/expected/pg_partman.out

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ select
2828
from
2929
information_schema.tables
3030
where
31-
table_schema = 'partman_test';
31+
table_schema = 'partman_test'
32+
order by
33+
table_name,
34+
table_type;
3235
table_name | table_type
3336
-----------------------------+------------
3437
time_taptest_table | BASE TABLE

nix/tests/sql/pg_partman.sql

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ select
3535
from
3636
information_schema.tables
3737
where
38-
table_schema = 'partman_test';
38+
table_schema = 'partman_test'
39+
order by
40+
table_name,
41+
table_type;
3942

4043

4144
select public.create_parent(

0 commit comments

Comments
 (0)