pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make use of PG_INT64_MAX/PG_INT64_MIN
Date: 2021-09-22 05:32:08
Message-ID: E1mSurY-0001Pm-A6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-09-22 07:31:26 Re: pgsql: Support "postgres -C" with runtime-computed GUCs
Previous Message Amit Kapila 2021-09-22 03:03:57 pgsql: Invalidate all partitions for a partitioned table in publication