Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wait_event_names.txtの翻訳対応です #3117

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

noborus
Copy link
Contributor

@noborus noborus commented Oct 6, 2024

. #3109 の対応です。英語と日本語の対応はissueの方を見てください。

. pgsql-jp#3109 の対応です。英語と日本語の対応はissueの方を見てください。
@koizumistr koizumistr changed the title waint_event_names.txtの翻訳対応です wait_event_names.txtの翻訳対応です Oct 6, 2024
Copy link
Contributor

@koizumistr koizumistr left a comment

Choose a reason for hiding this comment

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

確認しました。

SSL_OPEN_SERVER "接続試行中にSSLを待機しています。"
WAIT_FOR_STANDBY_CONFIRMATION "物理スタンバイによってWALが受信され、フラッシュされるのを待機しています。"
WAL_SENDER_WAIT_FOR_WAL "WAL送信プロセス内でWALがフラッシュされるのを待機しています。"
WAL_SENDER_WRITE_DATA "WAL送信プロセス内でWAL受信者からの応答を処理している時に、何らかの活動を待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

他のところに合わせて
WAL受信者 -> WAL受信プロセス

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

Section: ClassName - WaitEventIPC

APPEND_READY "<literal>Append</literal>プランノードのサブプランノードの準備が整うのを待機しています。"
ARCHIVE_CLEANUP_COMMAND "アーカイブクリーンアップコマンドの完了を待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

アーカイブクリーンアップコマンド -> <xref linkend="guc-archive-cleanup-command"/>

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

BTREE_PAGE "パラレルB-treeスキャンを継続するのに必要なページ番号が利用可能になるのを待機しています。"
BUFFER_IO "バッファI/Oが完了するのを待機しています。"
CHECKPOINT_DELAY_COMPLETE "チェックポイントが完了するのを待機しています。"
CHECKPOINT_DELAY_START "チェックポイントが開始するのを待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

それぞれ
チェックポイントの完了をブロックしているバックエンドを待機しています。
チェックポイントの開始をブロックしているバックエンドを待機しています。
かと。今のだと直後のと同じになってしまいます、、、

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

MESSAGE_QUEUE_PUT_MESSAGE "共有メッセージキューにプロトコルのメッセージを書くのを待機しています。"
MESSAGE_QUEUE_RECEIVE "共有メッセージキューからバイトを受信するのを待機しています。"
MESSAGE_QUEUE_SEND "共有メッセージキューにバイトを送信するのを待機しています。"
MULTIXACT_CREATION "マルチトランザクションIDの作成を待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

作成を -> 作成の完了を
あと ID を補うべきかどうか分かりませんでした。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

「マルチトランザクションの作成が完了するのを待機しています。」にします。

CHECKPOINT_WRITE_DELAY "チェックポイント実行中の書き込みの間で待機しています。"
PG_SLEEP "<function>pg_sleep</function>または同系列の関数を呼び出したため待機しています。"
RECOVERY_APPLY_DELAY "遅延設定によりリカバリ時のWAL適用を待機しています。"
RECOVERY_RETRIEVE_RETRY_INTERVAL "リカバリ中にWALデータが利用できない場合(<filename>pg_wal</filename>、アーカイブ、またはストリーム)の間、待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

WALデータがどのソース(云々)からも利用できない場合の間
でしょうか。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

REGISTER_SYNC_REQUEST "要求キューがいっぱいのため、同期要求をチェックポインタに送信する間、待機しています。"
SPIN_DELAY "競合スピンロックの獲得中に待機しています。"
VACUUM_DELAY "コストに基づくバキューム遅延ポイントで待機しています。"
VACUUM_TRUNCATE "バキュームされたテーブルの最後にある空のロックをオフで切り捨てるために、排他的ページの獲得を待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

排他的ページ -> 排他的ロック

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

PerSessionRecordType "複合型に関するパラレルクエリの情報にアクセスするのを待機しています。"
PerSessionRecordTypmod "匿名レコード型を特定する型修飾子に関するパラレルクエリの情報にアクセスするのを待機しています。"
SharedTupleStore "パラレルクエリの間に共有タプルストアにアクセスするのを待機しています。"
SharedTidBitmap "パラレルビットマップインデックススキャンの間に、共有TIDにアクセスするのを待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

共有TIDに -> 共有TIDビットマップに

Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

PgStatsDSA "統計動的共有メモリアロケータにアクセスするのを待機しています。"
PgStatsHash "統計共有メモリハッシュテーブルにアクセスするのを待機しています。"
PgStatsData "共有メモリ統計データにアクセスするのを待機しています。"
LogicalRepLauncherDSA "論理レプリケーションランチャが動的共有メモリアロケータにアクセスするのを待機しています。"
Copy link
Contributor

Choose a reason for hiding this comment

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

論理レプリケーションランチャの動的共有メモリアロケータへのアクセスを待機しています。
と、次との合わせる形にしなくて大丈夫でしょうか。

Copy link
Contributor Author

Choose a reason for hiding this comment

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

「Waiting to access 〜」は「アクセスするのを待機しています。」が多かったので統一します。
「Waiting 〜 access.」は区別するために「アクセスを待機しています。」にしました。

Copy link
Contributor Author

@noborus noborus left a comment

Choose a reason for hiding this comment

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

レビューありがとうございます。

SSL_OPEN_SERVER "接続試行中にSSLを待機しています。"
WAIT_FOR_STANDBY_CONFIRMATION "物理スタンバイによってWALが受信され、フラッシュされるのを待機しています。"
WAL_SENDER_WAIT_FOR_WAL "WAL送信プロセス内でWALがフラッシュされるのを待機しています。"
WAL_SENDER_WRITE_DATA "WAL送信プロセス内でWAL受信者からの応答を処理している時に、何らかの活動を待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

Section: ClassName - WaitEventIPC

APPEND_READY "<literal>Append</literal>プランノードのサブプランノードの準備が整うのを待機しています。"
ARCHIVE_CLEANUP_COMMAND "アーカイブクリーンアップコマンドの完了を待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

BTREE_PAGE "パラレルB-treeスキャンを継続するのに必要なページ番号が利用可能になるのを待機しています。"
BUFFER_IO "バッファI/Oが完了するのを待機しています。"
CHECKPOINT_DELAY_COMPLETE "チェックポイントが完了するのを待機しています。"
CHECKPOINT_DELAY_START "チェックポイントが開始するのを待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

MESSAGE_QUEUE_PUT_MESSAGE "共有メッセージキューにプロトコルのメッセージを書くのを待機しています。"
MESSAGE_QUEUE_RECEIVE "共有メッセージキューからバイトを受信するのを待機しています。"
MESSAGE_QUEUE_SEND "共有メッセージキューにバイトを送信するのを待機しています。"
MULTIXACT_CREATION "マルチトランザクションIDの作成を待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

「マルチトランザクションの作成が完了するのを待機しています。」にします。

CHECKPOINT_WRITE_DELAY "チェックポイント実行中の書き込みの間で待機しています。"
PG_SLEEP "<function>pg_sleep</function>または同系列の関数を呼び出したため待機しています。"
RECOVERY_APPLY_DELAY "遅延設定によりリカバリ時のWAL適用を待機しています。"
RECOVERY_RETRIEVE_RETRY_INTERVAL "リカバリ中にWALデータが利用できない場合(<filename>pg_wal</filename>、アーカイブ、またはストリーム)の間、待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

REGISTER_SYNC_REQUEST "要求キューがいっぱいのため、同期要求をチェックポインタに送信する間、待機しています。"
SPIN_DELAY "競合スピンロックの獲得中に待機しています。"
VACUUM_DELAY "コストに基づくバキューム遅延ポイントで待機しています。"
VACUUM_TRUNCATE "バキュームされたテーブルの最後にある空のロックをオフで切り捨てるために、排他的ページの獲得を待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

PerSessionRecordType "複合型に関するパラレルクエリの情報にアクセスするのを待機しています。"
PerSessionRecordTypmod "匿名レコード型を特定する型修飾子に関するパラレルクエリの情報にアクセスするのを待機しています。"
SharedTupleStore "パラレルクエリの間に共有タプルストアにアクセスするのを待機しています。"
SharedTidBitmap "パラレルビットマップインデックススキャンの間に、共有TIDにアクセスするのを待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

修正します

PgStatsDSA "統計動的共有メモリアロケータにアクセスするのを待機しています。"
PgStatsHash "統計共有メモリハッシュテーブルにアクセスするのを待機しています。"
PgStatsData "共有メモリ統計データにアクセスするのを待機しています。"
LogicalRepLauncherDSA "論理レプリケーションランチャが動的共有メモリアロケータにアクセスするのを待機しています。"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

「Waiting to access 〜」は「アクセスするのを待機しています。」が多かったので統一します。
「Waiting 〜 access.」は区別するために「アクセスを待機しています。」にしました。

@koizumistr
Copy link
Contributor

対応ありがとうございます。確認しました。

@harukat
Copy link
Contributor

harukat commented Dec 27, 2024

私も見ます。

WAL_SUMMARIZER_WAL"WAL要約処理がさらにWALが生成されるのを待機しています。"
は、
"WAL要約処理がさらなる生成対象のWALを待機しています。"
が良いと思います。

@harukat
Copy link
Contributor

harukat commented Dec 27, 2024

SNAPBUILD_READSNAPBUILD_SYNCSNAPBUILD_WRITE の「historical」を「通時的」としているのは苦心の訳語と思いますが、ここで新たなタームを導入するほどのことでもない、元の英単語を想像しやすい方が利便性が高い、ので安易に「歴史的」としませんか?

@harukat
Copy link
Contributor

harukat commented Dec 27, 2024

コメント以上です。

@noborus
Copy link
Contributor Author

noborus commented Dec 30, 2024

ご指摘ありがとうございます。修正しました。

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.

一通り確認しました。他に複数のレビューが通りましたのでこの辺りでマージします。

@KenichiroTanaka KenichiroTanaka merged commit f7e1848 into pgsql-jp:doc_ja_17 Jan 5, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants