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

Commit40184ee

Browse files
committed
Disable elog when linked with frontend.
1 parentf48b9f9 commit40184ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎src/include/mb/pg_wchar.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
/* $Id: pg_wchar.h,v 1.18 2000/10/1206:08:28 ishii Exp $ */
1+
/* $Id: pg_wchar.h,v 1.19 2000/10/1207:36:51 ishii Exp $ */
22

33
#ifndefPG_WCHAR_H
44
#definePG_WCHAR_H
55

66
#include"postgres.h"
77
#include<sys/types.h>
88

9+
#ifdefFRONTEND
10+
#defineelog(X...)
11+
#undef palloc
12+
#definepalloc malloc
13+
#definepfree free
14+
#endif
15+
916
#defineSQL_ASCII 0/* SQL/ASCII */
1017
#defineEUC_JP 1/* EUC for Japanese */
1118
#defineEUC_CN 2/* EUC for Chinese */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp