agora inbox for [email protected]
help / color / mirror / Atom feedFrom: Alvaro Herrera <[email protected]>
Subject: [PATCH v11 2/4] silence compiler warning
Date: Thu, 28 Nov 2019 19:08:46 -0300
---
src/backend/parser/parse_coerce.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/backend/parser/parse_coerce.c b/src/backend/parser/parse_coerce.c
index 47d17f43a4..ff1310c8f4 100644
--- a/src/backend/parser/parse_coerce.c
+++ b/src/backend/parser/parse_coerce.c
@@ -1593,6 +1593,8 @@ check_generic_type_consistency(const Oid *actual_arg_types,
else
range_typelem = InvalidOid; /* keep compiler quiet */
}
+ else
+ range_typelem = InvalidOid; /* keep compiler quiet */
/* Get the element type based on the multirange type, if we have one */
if (OidIsValid(multirange_typeid))
--
2.20.1
--wRRV7LY7NUeQGEoC
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="v11-0003-whitespace-tweaks.patch"
view thread (7+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [PATCH v11 2/4] silence compiler warning
In-Reply-To: <no-message-id-197343@localhost>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox