]> granicus.if.org Git - postgresql/commit
Minor code beautification in partition_bounds_equal.
authorRobert Haas <rhaas@postgresql.org>
Fri, 1 Dec 2017 18:52:59 +0000 (13:52 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 1 Dec 2017 18:52:59 +0000 (13:52 -0500)
commit35438e5763c3021e579472e4b0c4a4d6038570b4
tree911548dedc99cf9058114a7222d56a79503327d7
parent950222780535e6d2ea560cd8b3db5308652ddd42
Minor code beautification in partition_bounds_equal.

Use get_greatest_modulus more consistently, instead of doing the
same thing in an ad-hoc manner in this one place.

Ashutosh Bapat

Discussion: http://postgr.es/m/CAFjFpReT9L4RCiJBKOyWC2=i02kv9uG2fx=4Fv7kFY2t0SPCgw@mail.gmail.com
src/backend/catalog/partition.c