mirror of
https://github.com/postgres/postgres.git
synced 2025-11-12 05:01:15 +03:00
Convert it to use successive shifts right instead of increasing a divisor. This is probably a tad more efficient than the original coding, and it's nicer-looking than the previous patch because we don't need a special case to avoid overflow in the last branch. But the real reason to do it is to avoid a Solaris compiler bug, as per results from buildfarm member moa.
14 KiB
14 KiB