pgsql: Fix compiler warning in multirange_constructor0()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning in multirange_constructor0()
Date: 2020-12-21 11:26:29
Message-ID: E1krJKf-00020L-NS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning in multirange_constructor0()

Discussion: https://postgr.es/m/X%2BBP8XE0UpIB6Yvh%40paquier.xyz
Author: Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/29f8f546767ebb4253f6dc37815e2d95fff9acd0

Modified Files
--------------
src/backend/utils/adt/multirangetypes.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2020-12-21 11:31:44 Re: pgsql: Multirange datatypes
Previous Message Michael Paquier 2020-12-21 07:34:09 Re: pgsql: Multirange datatypes