Re: help debugging an issue with selectivity

From: Greg Hennessy <greg(dot)hennessy(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: help debugging an issue with selectivity
Date: 2026-03-18 15:56:20
Message-ID: eacf8b06-88ef-4d7e-b324-3034c605b529@gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jian he 2026-03-19 01:58:05 Re: Emitting JSON to file using COPY TO
Previous Message Daniel Verite 2026-03-18 14:37:23 Re: Emitting JSON to file using COPY TO