Skip to content

Commit d1a57ca

Browse files
committed
by GitHub Actions [skip ci]
1 parent dd5fe53 commit d1a57ca

6 files changed

Lines changed: 5 additions & 11 deletions

File tree

current/html/bug-reporting.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,10 +388,8 @@
388388
Entering a bug report this way causes it to be mailed to the
389389
<email>pgsql-bugs@lists.postgresql.org</email> mailing list.
390390
</span>
391-
《マッチ度[88.129496]》その他の方法として、プロジェクトの<a class="ulink" href="https://www.postgresql.org/" target="_top">Webサイト</a>にあるバグ報告フォームの項目を埋める方法があります。
391+
その他の方法として、プロジェクトの<a class="ulink" href="https://www.postgresql.org/account/submitbug/" target="_top">Webサイト</a>にあるバグ報告フォームの項目を埋める方法があります。
392392
この方法で入力したバグ報告は、<code class="email">&lt;<a class="email" href="mailto:pgsql-bugs@lists.postgresql.org">pgsql-bugs@lists.postgresql.org</a>&gt;</code>メーリングリストに送信されます。
393-
《機械翻訳》もう1つのメソッドは、プロジェクトの<a class="ulink" href="https://www.postgresql.org/account/submitbug/" target="_top">Webサイト</a>で利用可能なバグレポートウェブ-フォームを記入することです。
394-
この方法でバグレポートを入力すると、メーリングリスト<code class="email">&lt;<a class="email" href="mailto:pgsql-bugs@lists.PostgreSQL.org">pgsql-bugs@lists.PostgreSQL.org</a>&gt;</code>にメールされます。
395393
</p><p>
396394
<span class="original">
397395
If your bug report has security implications and you'd prefer that it

current/html/pageinspect.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,8 @@
7676
data checksums are disabled for this instance, then the value stored
7777
is meaningless.
7878
</span>
79-
《マッチ度[86.403509]》<code class="structfield">checksum</code>フィールドはページに保存されたチェックサムであり、ページがどういうわけか壊れていれば正しくないでしょう。
80-
このインスタンスに対してデータチェックサムが有効になっていなければ、保存されている値には意味がありません。
81-
《機械翻訳》<code class="structfield">checksum</code>フィールドはページに格納されているチェックサムです。
82-
ページが破損している場合は正しくない可能性があります。
83-
このインスタンスに対してデータチェックサムが無効になっている場合、格納されている値は無意味です。
79+
<code class="structfield">checksum</code>フィールドはページに保存されたチェックサムであり、ページがどういうわけか壊れていれば正しくないでしょう。
80+
このインスタンスに対してデータチェックサムが無効になっていれば、保存されている値には意味がありません。
8481
</p></dd><dt><span class="term">
8582
<code class="function">page_checksum(page bytea, blkno bigint) returns smallint</code>
8683
<a id="id-1.11.7.33.4.2.4.1.2" class="indexterm"></a>

current/html/parallel-plans.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
process, but different scans could be performed at the same time by
226226
different processes.
227227
</span>
228-
《マッチ度[93.576017]》また、パラレルプランの中で使われるときだけ部分的な子プランを持てる、通常の<code class="literal">Append</code>ノードと違い、<code class="literal">Parallel Append</code>ノードは部分的、非部分的のどちらの子プランも持つことができます。
228+
また、パラレルプランの中で使われるときだけ部分的な子プランを持てる、通常の<code class="literal">Append</code>ノードと違い、<code class="literal">Parallel Append</code>ノードは部分的、非部分的のどちらの子プランも持つことができます。
229229
複数回のスキャンは重複した結果をもたらすため、非部分的な子プランは単一プロセスのみからスキャンされます。
230230
複数の結果セットの連結に関わるプランは、効率的なパラレルプランが不可能なときでも、それゆえ粗い並列性を実現できます。
231231
例えば、パラレルスキャンをサポートしないインデックスを使うことでのみ効率的に実行できるパーティションテーブルに対する問い合わせを考えてください。

current/html/tutorial-createdb.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</span>
2929
コマンドラインから新しいデータベースを作成するには、以下のコマンドを使用してください。
3030
この例では<code class="literal">mydb</code>という名前です。
31-
<code class="literal">mydb</code>
3231
</p><pre class="screen">
3332
<code class="prompt">$</code> <strong class="userinput"><code>createdb mydb</code></strong>
3433
</pre><p>

current/postgres-A4.pdf

-1.11 KB
Binary file not shown.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-10-08 04:27:16 JST
10+
last-updated: 2025-10-09 04:26:41 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)