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
4c0bdd1b
Commit
4c0bdd1b
authored
Sep 18, 2002
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Japanese README so that it reflects the changes made to the
conversion function interface.
parent
1c4478a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
src/backend/utils/mb/conversion_procs/README.euc_jp
src/backend/utils/mb/conversion_procs/README.euc_jp
+8
-8
No files found.
src/backend/utils/mb/conversion_procs/README.euc_jp
View file @
4c0bdd1b
新しいエンコーディング変換関数の追加方法
2002/0
7/24
Tatsuo Ishii
2002/0
9/18
Tatsuo Ishii
はじめに
...
...
@@ -23,10 +23,10 @@ o C
conv_proc(
INTEGER, -- source encoding id
INTEGER, -- destination encoding id
OPAQUE,
-- source string (null terminated C string)
OPAQUE,
-- destination string (null terminated C string)
CSTRING,
-- source string (null terminated C string)
CSTRING,
-- destination string (null terminated C string)
INTEGER -- source string length
) returns
INTEGER; -- dummy. returns nothing, actually.
) returns
VOID;
唯一の出力引数は4番目のdestination stringです.ユーザ定義関数は必要
なメモリをpallocし,そこに変換結果をNULLターミネートされたC文字列と
...
...
@@ -77,7 +77,7 @@ o
デフォルトのエンコーディング変換として使用できるためには,ソースエン
コーディングとデスティネーションエンコーディングの間で双方向の変換が
できることが必要です
すなわち,あるエンコーディングのペアに付き,2個
の関数の作成が必要です.これらの関数は別々のサブディレクトリに登録し
ても良いですが,通常は一つのソースファイル中に2個の関数を書くことが
多いでしょう.
できることが必要です
.すなわち,あるエンコーディングのペアに付き,2
個の関数の作成が必要です.これらの関数は別々のサブディレクトリに登録
しても良いですが,通常は一つのソースファイル中に2個の関数を書くこと
が
多いでしょう.
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