Re: [HACKERS] psql and \do

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] psql and \do
Дата
Msg-id 199907071547.LAA28610@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] psql and \do  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> > I am getting an crash on psql \do when assert checking is enabled.  The
> > problem is in cost_seqscan() where temp is now > 0.
> > 
> > Not sure on the cause yet.
> 
> Let me ask specifically.  With assert checking enabled, does \do crash
> psql in 6.5?
> 

OK, fixed.  The call to ceil() in plancat.c did not have a prototype, so
it thought ceil() returned an int, so it caused an invalid float value
that was only caught later on in cost_index().

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: [HACKERS] History?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] psql and \do