Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a9c5b commit 66d7bbfCopy full SHA for 66d7bbf
src/backend/utils/adt/xml.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.61 2007/11/27 12:21:05 petere Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.62 2007/11/27 18:13:01 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -536,7 +536,7 @@ xmltotext(PG_FUNCTION_ARGS)
536
xmltype *data = PG_GETARG_XML_P(0);
537
538
/* It's actually binary compatible. */
539
- return (text *) data;
+ PG_RETURN_TEXT_P((text *) data);
540
}
541
542
0 commit comments