Skip to content

Commit dcda61d

Browse files
committed
Arrange regression tests according to recent bugfix on cardinality error
normalization.
1 parent 0e89516 commit dcda61d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

expected/unsupported.out

+5-5
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,11 @@ FROM public.show_cardinality_errors(true)
547547
WHERE error > 0.;
548548
num | error
549549
-----+-----------
550-
1 | 1.15e+02
551-
2 | 3.00e+01
552-
3 | 3.00e+01
553-
4 | 3.00e+01
554-
5 | 1.33e+00
550+
1 | 1.42e+00
551+
2 | 7.68e-01
552+
3 | 7.68e-01
553+
4 | 4.54e-01
554+
5 | 7.04e-02
555555
(5 rows)
556556

557557
DROP TABLE t,t1 CASCADE;

0 commit comments

Comments
 (0)