Skip to content
Snippets Groups Projects
Commit 7d572886 authored by Tom Lane's avatar Tom Lane
Browse files

Fix coredump seen when doing mergejoin between indexed tables,

for example in the regression test database, try
select * from tenk1 t1, tenk1 t2 where t1.unique1 = t2.unique2;
6.5 has this same bug ...
parent 161be695
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment