pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN
Date
Msg-id E1mSurY-0001Pm-A6@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Invalidate all partitions for a partitioned table in publication
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Support "postgres -C" with runtime-computed GUCs