8000
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 339ce34 commit d49a73bCopy full SHA for d49a73b
src/backend/utils/adt/quote.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.1 2000/09/05 20:25:13 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/quote.c,v 1.2 2000/09/12 19:39:42 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -46,7 +46,7 @@ quote_ident(PG_FUNCTION_ARGS)
46
47
PG_FREE_IF_COPY(t, 0);
48
49
- return result;
+ PG_RETURN_TEXT_P(result);
50
}
51
52
/*
@@ -63,7 +63,7 @@ quote_literal(PG_FUNCTION_ARGS)
63
64
65
66
67
68
69
0 commit comments