Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd9dcd5

Browse files
committed
include pg_wchar.h to import a fucntion prototype of pg_mbcliplen
1 parente3ba543 commitdd9dcd5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/backend/utils/error/elog.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.64 2000/10/07 14:39:14 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/utils/error/elog.c,v 1.65 2000/10/30 06:48:36 ishii Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -37,6 +37,10 @@
3737
#include"tcop/tcopprot.h"
3838
#include"commands/copy.h"
3939

40+
#ifdefMULTIBYTE
41+
#include"mb/pg_wchar.h"
42+
#endif
43+
4044
externinterrno;
4145

4246
#ifdef__CYGWIN__

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp