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 f48b9f9 commit 40184eeCopy full SHA for 40184ee
src/include/mb/pg_wchar.h
@@ -1,11 +1,18 @@
1
-/* $Id: pg_wchar.h,v 1.18 2000/10/12 06:08:28 ishii Exp $ */
+/* $Id: pg_wchar.h,v 1.19 2000/10/12 07:36:51 ishii Exp $ */
2
3
#ifndef PG_WCHAR_H
4
#define PG_WCHAR_H
5
6
#include "postgres.h"
7
#include <sys/types.h>
8
9
+#ifdef FRONTEND
10
+#define elog(X...)
11
+#undef palloc
12
+#define palloc malloc
13
+#define pfree free
14
+#endif
15
+
16
#define SQL_ASCII 0 /* SQL/ASCII */
17
#define EUC_JP 1 /* EUC for Japanese */
18
#define EUC_CN 2 /* EUC for Chinese */
0 commit comments