Skip to content

Commit 113fbe1

Browse files
committed
Fix compiler warning
1 parent 8b35795 commit 113fbe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/parser/parse_expr.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.206 2007/01/12 16:29:24 petere Exp $
11+
* $PostgreSQL: pgsql/src/backend/parser/parse_expr.c,v 1.207 2007/01/12 22:09:49 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1455,6 +1455,9 @@ transformXmlExpr(ParseState *pstate, XmlExpr *x)
14551455
newe = coerce_to_specific_type(pstate, newe, XMLOID,
14561456
"XMLCONCAT");
14571457
break;
1458+
case IS_XMLELEMENT:
1459+
/* no coercion necessary */
1460+
break;
14581461
case IS_XMLFOREST:
14591462
newe = coerce_to_specific_type(pstate, newe, XMLOID,
14601463
"XMLFOREST");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy