Re: Optimising numeric division
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Joel Jacobson <joel@compiler.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-10-04T09:06:27Z
Lists: pgsql-hackers
On Sun, 25 Aug 2024 at 10:33, Joel Jacobson <joel@compiler.org> wrote: > > Nice. LGTM. > I've successfully tested the new patch again on both Intel and AMD. > > I've marked it as Ready for Committer. > [Finally getting back to this] Thanks for the review and testing. Committed. Regards, Dean
Commits
-
Speed up numeric division by always using the "fast" algorithm.
- 9428c001f675 18.0 landed