Re: help debugging an issue with selectivity

Поиск
Список
Период
Сортировка
От Greg Hennessy
Тема Re: help debugging an issue with selectivity
Дата
Msg-id eacf8b06-88ef-4d7e-b324-3034c605b529@gmail.com
обсуждение исходный текст
Ответ на Re: help debugging an issue with selectivity  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I am not sure if this belongs in pgsql-general or pgsql-hackers, I am 
trying first in psgl-general.
Doesn't matter a lot, but as Rob noted, you should not hijack an
existing thread.  Start your own thread, don't reply to an unrelated
message.
My apologies. 
I don't see any discrepancy in your results, only in your choices of
printf specifiers.  "%f" defaults to "%.6f", that is, print only six
digits after the decimal point.  So a value down around 1e-12 is
going to print as all zeroes.


Agreed. I should have noticed that my self.

Greg

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