Re: In PG12, query with float calculations is slower than PG11 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: In PG12, query with float calculations is slower than PG11
Date
Msg-id 7127.1581619243@sss.pgh.pa.us
Whole thread Raw
In response to Re: In PG12, query with float calculations is slower than PG11  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: In PG12, query with float calculations is slower than PG11
List pgsql-hackers
... and pushed.  One other change I made beyond those suggested
was to push the zero-divide ereport's out-of-line as well.

I did not do anything about adding unlikely() calls around the
unrelated isinf tests in float.c.  That seemed to me to be a separate
matter, and I'm not quite convinced it'd be a win anyway.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: In PG12, query with float calculations is slower than PG11
Next
From: Andres Freund
Date:
Subject: Re: In PG12, query with float calculations is slower than PG11