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 716fb90 commit 6c25ea2Copy full SHA for 6c25ea2
src/backend/utils/init/miscinit.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.40 2000/01/18 05:10:29 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/init/miscinit.c,v 1.41 2000/01/18 13:46:10 ishii Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -85,7 +85,7 @@ const char *pg_encoding_to_char(int encoding)
85
int pg_char_to_encoding(const char *encoding_string)
86
{
87
elog(ERROR, "MultiByte support must be enabled to use this function");
88
- return ("");
+ return (0);
89
}
90
91
#endif
0 commit comments