pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN
Дата
Msg-id E1mSurY-0001Pm-A6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make use of PG_INT64_MAX/PG_INT64_MIN

This code was written before those symbols were introduced, but now we
can simplify it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f9ea2960310c235a7ae97847c0757eba9f6f9a85

Modified Files
--------------
src/backend/utils/adt/xml.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Invalidate all partitions for a partitioned table in publication
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Support "postgres -C" with runtime-computed GUCs