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

Commitd49a73b

Browse files
committed
Suppress compile warnings caused by failure to use PG_RETURN macro.
1 parent339ce34 commitd49a73b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.1 2000/09/05 20:25:13 wieck Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.2 2000/09/12 19:39:42 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -46,7 +46,7 @@ quote_ident(PG_FUNCTION_ARGS)
4646

4747
PG_FREE_IF_COPY(t,0);
4848

49-
returnresult;
49+
PG_RETURN_TEXT_P(result);
5050
}
5151

5252
/*
@@ -63,7 +63,7 @@ quote_literal(PG_FUNCTION_ARGS)
6363

6464
PG_FREE_IF_COPY(t,0);
6565

66-
returnresult;
66+
PG_RETURN_TEXT_P(result);
6767
}
6868

6969

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp