Skip to content

Conversation

@noborus
Copy link
Member

@noborus noborus commented Oct 19, 2025

No description provided.

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

This PR updates the Japanese translation of runtime.sgml documentation for PostgreSQL version 18.0. The changes focus on improving translation quality by removing older machine translations and partial matches, replacing them with cleaner, more accurate Japanese text.

Key Changes

  • Removal of translation quality markers and multiple translation versions
  • Updated references from deprecated parameters (e.g., autovacuum-max-workers) to current ones (e.g., autovacuum-worker-slots)
  • Refinement of Japanese translation for better clarity and accuracy

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

《マッチ度[90.996169]》POSIXセマフォを使用している場合、System Vと同じ数のセマフォを必要とします。
つまり、許可した接続(<xref linkend="guc-max-connections"/>)、許可したオートバキュームワーカープロセス(<xref linkend="guc-autovacuum-max-workers"/>)、許可したWAL送信プロセス(<xref linkend="guc-max-wal-senders"/>)、許可したバックエンドプロセス(<xref linkend="guc-max-worker-processes"/>)ごとに1つのセマフォを使用します
POSIXセマフォを使用している場合、System Vと同じ数のセマフォを必要とします。
つまり、許可した接続(<xref linkend="guc-max-connections"/>)、許可したオートバキュームワーカープロセス(<xref linkend="guc-autovacuum-worker-slots"/>)、許可したWAL送信プロセス(<xref linkend="guc-max-wal-senders"/>)、許可したバックエンドプロセス<xref linkend="guc-max-worker-processes"/>)などに対して1つのセマフォです
Copy link

Copilot AI Oct 22, 2025

Choose a reason for hiding this comment

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

The sentence ending 'などに対して1つのセマフォです' is grammatically incomplete. It should be '1つのセマフォを使用します' to match the pattern used in line 1323 for consistency and grammatical correctness.

Suggested change
つまり、許可した接続(<xref linkend="guc-max-connections"/>)、許可したオートバキュームワーカープロセス(<xref linkend="guc-autovacuum-worker-slots"/>)、許可したWAL送信プロセス(<xref linkend="guc-max-wal-senders"/>)、許可したバックエンドプロセス(<xref linkend="guc-max-worker-processes"/>)などに対して1つのセマフォです
つまり、許可した接続(<xref linkend="guc-max-connections"/>)、許可したオートバキュームワーカープロセス(<xref linkend="guc-autovacuum-worker-slots"/>)、許可したWAL送信プロセス(<xref linkend="guc-max-wal-senders"/>)、許可したバックエンドプロセス(<xref linkend="guc-max-worker-processes"/>)などに対して1つのセマフォを使用します

Copilot uses AI. Check for mistakes.
Copy link
Contributor

Choose a reason for hiding this comment

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

copilotの指摘はあるものの、原文に近い訳を採用したと理解しました。

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 a071928 into pgsql-jp:doc_ja_18 Nov 3, 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.

2 participants