Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
248cbb57
Commit
248cbb57
authored
Jul 19, 2002
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary ifdef out migrating functions to avoid compiler warnings.
parent
4feeee17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/backend/utils/mb/conv.c
src/backend/utils/mb/conv.c
+3
-3
No files found.
src/backend/utils/mb/conv.c
View file @
248cbb57
...
...
@@ -6,7 +6,7 @@
* Portions Copyright (c) 1994, Regents of the University of California
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.
39 2002/07/18 02:02:30
ishii Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.
40 2002/07/19 00:22:24
ishii Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -33,6 +33,7 @@ pg_print_bogus_char(unsigned char **mic, unsigned char **p)
*
(
*
p
)
++
=
')'
;
}
#ifdef NOT_USED
/*
* EUC_KR ---> MIC
*/
...
...
@@ -145,7 +146,6 @@ mic2euc_cn(unsigned char *mic, unsigned char *p, int len)
*
p
=
'\0'
;
}
#ifdef NOT_USED
/*
* GB18030 ---> MIC
* Added by Bill Huang <bhuang@redhat.com>,<bill_huanghb@ybb.ne.jp>
...
...
@@ -235,7 +235,6 @@ mic2gb18030(unsigned char *mic, unsigned char *p, int len)
}
*
p
=
'\0'
;
}
#endif
/*
* LATINn ---> MIC
...
...
@@ -685,6 +684,7 @@ mic2win1250(unsigned char *mic, unsigned char *p, int len)
mic2latin_with_table
(
mic
,
p
,
len
,
LC_ISO8859_2
,
iso88592_2_win1250
);
}
#endif
/*
* comparison routine for bsearch()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment