projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ba543
)
include pg_wchar.h to import a fucntion prototype of pg_mbcliplen
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 30 Oct 2000 06:48:36 +0000
(06:48 +0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 30 Oct 2000 06:48:36 +0000
(06:48 +0000)
src/backend/utils/error/elog.c
patch
|
blob
|
history
diff --git
a/src/backend/utils/error/elog.c
b/src/backend/utils/error/elog.c
index a4cea6af75ccab06d339efcb6ddd515a94f52366..3f80c21580ae6464a38e76518fa0cb4efb2b5764 100644
(file)
--- a/
src/backend/utils/error/elog.c
+++ b/
src/backend/utils/error/elog.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.6
4 2000/10/07 14:39:14 momjian
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.6
5 2000/10/30 06:48:36 ishii
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-37,6
+37,10
@@
#include "tcop/tcopprot.h"
#include "commands/copy.h"
+#ifdef MULTIBYTE
+#include "mb/pg_wchar.h"
+#endif
+
extern int errno;
#ifdef __CYGWIN__