Re: Use get_greatest_modulus() in partition_bounds_equal()

2017-12-01 Thread Robert Haas
On Fri, Dec 1, 2017 at 5:13 AM, Ashutosh Bapat wrote: > partition_bounds_equal() accesses the last datum from the given > partition bounds directly to compare their greatest moduli. Rest of > the code uses get_greatest_modulus() to get the greatest modulus from >

Use get_greatest_modulus() in partition_bounds_equal()

2017-12-01 Thread Ashutosh Bapat
2001 From: Ashutosh Bapat <ashutosh.ba...@enterprisedb.com> Date: Fri, 1 Dec 2017 15:36:56 +0530 Subject: [PATCH] Use get_greatest_modulus() in partition_bounds_equal() partition_bounds_equal() accesses the last datum from the given partition bounds directly to compare their greatest moduli