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

Commitf54c02d

Browse files
committed
conv.c did not compile anymore. Fix wrong header file inclusion.
1 parent91382c2 commitf54c02d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/backend/utils/mb/conv.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
* WIN1250 client encoding support contributed by Pavel Behal
77
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
88
*
9-
* $Id: conv.c,v 1.22 2001/02/10 02:31:27 tgl Exp $
9+
* $Id: conv.c,v 1.23 2001/02/11 01:56:58 ishii Exp $
1010
*
1111
*
1212
*/
13-
/* can be used in either frontend or backend */
14-
#include"postgres_fe.h"
15-
13+
#include"postgres.h"
1614
#include"mb/pg_wchar.h"
1715

1816
#ifdefUNICODE_CONVERSION

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp