autopkgtest fails in focal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
postgresql-multicorn (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
...
test multicorn_
...
**** regression.diffs ****
diff -U3 /tmp/autopkgtes
--- /tmp/autopkgtes
+++ /tmp/autopkgtes
@@ -23,7 +23,7 @@
explain select * from testmulticorn m1 inner join testmulticorn m2 on m1.test1 = m2.test1;
------
- Nested Loop (cost=20.00..806.05 rows=2 width=128)
+ Nested Loop (cost=20.00..806.05 rows=20 width=128)
Join Filter: ((m1.test1)::text = (m2.test1)::text)
-> Foreign Scan on testmulticorn m1 (cost=10.00..400.00 rows=20 width=20)
-> Materialize (cost=10.00..400.10 rows=20 width=20)
...