Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66d7bbf

Browse files
committed
Suppress compiler warning.
1 parenta0a9c5b commit66d7bbf

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/adt

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/xml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.61 2007/11/2712:21:05 petere Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/xml.c,v 1.62 2007/11/2718:13:01 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -536,7 +536,7 @@ xmltotext(PG_FUNCTION_ARGS)
536536
xmltype*data=PG_GETARG_XML_P(0);
537537

538538
/* It's actually binary compatible. */
539-
return (text*)data;
539+
PG_RETURN_TEXT_P((text*)data);
540540
}
541541

542542

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp