pgsql: Small code simplification

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Small code simplification
Date: 2019-11-29 09:56:07
Message-ID: E1iad0R-0003p6-5s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small code simplification

FLOAT8PASSBYVAL can be used instead of USE_FLOAT8_BYVAL here.

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2019-11-29 13:42:31 Re: pgsql: Add tests for '-f' option in dropdb utility.
Previous Message Amit Kapila 2019-11-29 09:54:12 Re: pgsql: Add tests for '-f' option in dropdb utility.