From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: [HACKERS] psql and \do |
Date: | 1999-07-07 15:47:54 |
Message-ID: | 199907071547.LAA28621@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-07-07 16:06:47 | Re: [HACKERS] History? |
Previous Message | Bruce Momjian | 1999-07-07 15:47:06 | Re: [HACKERS] psql and \do |