Re: [HACKERS] psql and \do

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] psql and \do
Дата
Msg-id 199907071547.LAA28621@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] psql and \do  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Bruce Momjian <maillist@candle.pha.pa.us> writes:
> >> I am getting an crash on psql \do when assert checking is enabled.  The
> >> problem is in cost_seqscan() where temp is now > 0.
> 
> > Let me ask specifically.  With assert checking enabled, does \do crash
> > psql in 6.5?
> 
> Works for me, with sources from about 30 June.  Someone's broken
> something since then, perhaps.

I have fixed it.  It was a call to ceil() without a prototype, causing
invalid float value that was only caught later.  Not sure why it was not
showing up earlier.


--  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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] psql and \do
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs