We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd70bf0d commit196d6f4Copy full SHA for 196d6f4
src/backend/utils/adt/ascii.c
@@ -2,7 +2,7 @@
2
/* -----------------------------------------------------------------------
3
* ascii.c
4
*
5
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.3 2000/08/05 14:59:17 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/ascii.c,v 1.4 2000/08/26 21:56:23 tgl Exp $
6
7
* Portions Copyright (c) 1999-2000, PostgreSQL, Inc
8
@@ -38,18 +38,21 @@ Datum
38
to_ascii_encname(PG_FUNCTION_ARGS)
39
{
40
multibyte_error();
41
+return0;/* keep compiler quiet */
42
}
43
44
Datum
45
to_ascii_enc(PG_FUNCTION_ARGS)
46
47
48
49
50
51
52
to_ascii_default(PG_FUNCTION_ARGS)
53
54
55
56
57
58
@@ -198,4 +201,4 @@ to_ascii_default(PG_FUNCTION_ARGS)
198
201
);
199
202
200
203
-#endif/* MULTIBYTE */
204
+#endif/* MULTIBYTE */