Обсуждение: Re: [COMMITTERS] 'pgsql/src/backend/optimizer/util pathnode.c'

Поиск
Список
Период
Сортировка

Re: [COMMITTERS] 'pgsql/src/backend/optimizer/util pathnode.c'

От
The Hermit Hacker
Дата:
Further to the Alpha thread, is this something that could safely be put in
the -stable tree?  

On Thu, 29 Jul 1999, Tom Lane wrote:

> Update of /usr/local/cvsroot/pgsql/src/backend/optimizer/util
> In directory hub.org:/tmp/cvs-serv38342
> 
> Modified Files:
>     pathnode.c 
> Log Message:
> 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 ...
> 

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Re: [COMMITTERS] 'pgsql/src/backend/optimizer/util pathnode.c'

От
Tom Lane
Дата:
The Hermit Hacker <scrappy@hub.org> writes:
> Further to the Alpha thread, is this something that could safely be put in
> the -stable tree?  

I'm sorry, ignore that comment in the commit log.  6.5 does *not*
have this bug --- I got confused about which postmaster process
I was testing against :-(.  It's just a list-slinging error that
I introduced in my latest round of optimizer hacking.
        regards, tom lane


> On Thu, 29 Jul 1999, Tom Lane wrote:
>> Update of /usr/local/cvsroot/pgsql/src/backend/optimizer/util
>> In directory hub.org:/tmp/cvs-serv38342
>> 
>> Modified Files:
>> pathnode.c 
>> Log Message:
>> 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 ...