Re: 7.1.3 not using index

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Daniel Kalchev <daniel(at)digsys(dot)bg>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: 7.1.3 not using index
Date: 2001-12-03 22:53:03
Message-ID: 19727.1007419983@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> It may turn to be some library trouble...

After examining the code a little, I wonder whether the problem might
be due to some library messing up the behavior of log(). You could
experiment at the SQL level with "SELECT ln(x)" to see if there's
anything obviously wrong.

BTW, do the regression tests show any difference in behavior between
the good and bad builds?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message mkscott 2001-12-03 23:20:44 Using Threads (again)
Previous Message Tom Lane 2001-12-03 22:12:59 Re: 7.1.3 not using index