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

Commit8627002

Browse files
committed
Oops. Too much ifdef out.
1 parent248cbb5 commit8627002

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
* IDENTIFICATION
9-
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.40 2002/07/1900:22:24 ishii Exp $
9+
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.41 2002/07/1911:09:25 ishii Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -322,6 +322,7 @@ mic2latin4(unsigned char *mic, unsigned char *p, int len)
322322
{
323323
mic2latin(mic,p,len,LC_ISO8859_4);
324324
}
325+
#endif
325326

326327
/*
327328
* ASCII ---> MIC
@@ -357,6 +358,7 @@ pg_mic2ascii(unsigned char *mic, unsigned char *p, int len)
357358
*p='\0';
358359
}
359360

361+
#ifdefNOT_USED
360362
/*
361363
* Cyrillic support
362364
* currently supported Cyrillic encodings:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp