pgsql: Minor code beautification in partition_bounds_equal.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Minor code beautification in partition_bounds_equal.
Дата
Msg-id E1eKqTS-0001tW-Ap@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/35438e5763c3021e579472e4b0c4a4d6038570b4

Modified Files
--------------
src/backend/catalog/partition.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: postgres_fdw: Fix test that didn't test what it claimed.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add infrastructure for sharing temporary files betweenbackends.