Skip to content

Translate gist.sgml for PG18.2#3609

Merged
KenichiroTanaka merged 1 commit intopgsql-jp:doc_ja_18_2from
HUUTFJ:doc_ja_18_2_gist
Feb 22, 2026
Merged

Translate gist.sgml for PG18.2#3609
KenichiroTanaka merged 1 commit intopgsql-jp:doc_ja_18_2from
HUUTFJ:doc_ja_18_2_gist

Conversation

@HUUTFJ
Copy link
Collaborator

@HUUTFJ HUUTFJ commented Feb 21, 2026

ファイルパスの変更のみでした。

@noborus noborus added the version 18.2 18.2を対象(doc_ja_18_2)へのpull request label Feb 21, 2026
@noborus noborus requested a review from Copilot February 21, 2026 15:11
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

doc/src/sgml/gist.sgml の日本語記述を、PG18.2 相当の内容に合わせて整理・更新するPRです(特に CompareType の参照ヘッダ位置の整合)。

Changes:

  • 日本語本文に混入していた「《マッチ度…》」等の不要な行頭ノイズを除去
  • CompareType の参照元を src/include/nodes/primnodes.h から src/include/access/cmptype.h に更新
  • 機械翻訳と思われる重複行を削除し、説明文を一本化

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 382 to +385
オプションの9番目のメソッド<function>fetch</function>は、<function>compress</function>メソッドが省略されている場合を除き、演算子クラスがインデックスオンリースキャンをサポートしたい場合に必要になります。
オプションの10番目のメソッド<function>options</function>は、演算子クラスがユーザに固有のパラメータを持つ場合に必要です。
オプションの11番目のメソッド<function>sortsupport</function>は、<acronym>GiST</acronym>インデックスの構築を高速にするのに使われます。
オプションの12番目のメソッド<function>stratnum</function>は、(<filename>src/include/nodes/primnodes.h</filename>にある)比較型を演算子クラスで使用されるストラテジ番号に変換します。
オプションの12番目のメソッド<function>stratnum</function>は、(<filename>src/include/access/cmptype.h</filename>にある)比較型を演算子クラスで使用されるストラテジ番号に変換します。
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR説明では「ファイルパスの変更のみ」とありますが、この差分では日本語本文の修正(機械翻訳/マッチ度の混入行の削除、参照ヘッダ名の更新)が含まれています。説明文を実際の変更内容に合わせて更新してください。

Copilot uses AI. Check for mistakes.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRの説明はdoc_ja_18ブランチからの変更点を説明したものです。

Copy link
Contributor

@KenichiroTanaka KenichiroTanaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認しました。
copilotはPRの説明文もチェックしてくれるんですね。驚きました(今回は不要な指摘でしたが)。

@KenichiroTanaka KenichiroTanaka merged commit 47322d1 into pgsql-jp:doc_ja_18_2 Feb 22, 2026
6 checks passed
@HUUTFJ HUUTFJ deleted the doc_ja_18_2_gist branch February 22, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version 18.2 18.2を対象(doc_ja_18_2)へのpull request レビュー待ち

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants