-
Notifications
You must be signed in to change notification settings - Fork 87
update pg_verifybackup for 18.0 #3543
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
base: doc_ja_18
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 improves the Japanese translation quality in the pg_verifybackup.sgml documentation file by removing machine translation markers ("《機械翻訳》") and refining the Japanese text for better readability and accuracy.
Key changes:
- Enhanced translation of the main description and tar/plain format explanations
- Improved natural flow and grammar of Japanese text throughout multiple sections
- Removed indicators that the text was machine-translated
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| バックアップが圧縮されている場合は、関連する圧縮のextensionが各の最後に追加されます。 | ||
| バックアップはtarファイルで構成されていて、tarファイルは圧縮されているかもしれません。 | ||
| 有効なバックアップでは、メインデータディレクトリを格納した<filename>base.tar</filename>という名前のファイル、WALファイルを格納した<filename>pg_wal.tar</filename>、各テーブル空間ごとにそのテーブル空間のOIDを名前にした個別のtarファイルが含まれます。 | ||
| バックアップが圧縮されている場合は、関連する圧縮の拡張子各ファイル名の最後に追加されます。 |
Copilot
AI
Nov 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing particle 'が' between '拡張子' and '各ファイル名'. Should be '拡張子が各ファイル名の最後に追加されます。'
| バックアップが圧縮されている場合は、関連する圧縮の拡張子各ファイル名の最後に追加されます。 | |
| バックアップが圧縮されている場合は、関連する圧縮の拡張子が各ファイル名の最後に追加されます。 |
| バックアップはtarファイルで構成されていて、tarファイルは圧縮されているかもしれません。 | ||
| 有効なバックアップでは、メインデータディレクトリを格納した<filename>base.tar</filename>という名前のファイル、WALファイルを格納した<filename>pg_wal.tar</filename>、各テーブル空間ごとにそのテーブル空間のOIDを名前にした個別のtarファイルが含まれます。 | ||
| バックアップが圧縮されている場合は、関連する圧縮の拡張子各ファイル名の最後に追加されます。 | ||
| <filename>base.tar</filename> |
Copilot
AI
Nov 10, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line appears to be an orphaned SGML tag that was not fully removed during editing. It should be deleted as it's duplicative of the reference to base.tar already mentioned in line 247.
| <filename>base.tar</filename> |
noborus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copilotの指摘は正しいですね
|
対応しました。 |
noborus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます。確認しました。
ref/pg_verifybackup.sgml の 18.0 対応です。