Skip to content

Commit 4a2af27

Browse files
committed
by GitHub Actions [skip ci]
1 parent cf83fc7 commit 4a2af27

File tree

5 files changed

+7
-15
lines changed

5 files changed

+7
-15
lines changed

current/html/checksums.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
operation. Data checksums are enabled or disabled at the full cluster
2424
level, and cannot be specified individually for databases or tables.
2525
</span>
26-
《マッチ度[92.613636]》チェックサムは通常<a class="link" href="app-initdb.html#APP-INITDB-DATA-CHECKSUMS"><span class="application">initdb</span></a>を使用してデータベースクラスタを初期化するときに有効にできます。
26+
チェックサムは<a class="link" href="app-initdb.html#APP-INITDB-DATA-CHECKSUMS"><span class="application">initdb</span></a>を使用してデータベースクラスタを初期化するときに有効にできます。
2727
また、オフライン操作で後から有効化または無効化することもできます。
2828
データチェックサムは、データベースクラスタ全体のレベルで有効または無効になり、データベースやテーブルに対して個別に指定することはできません。
2929
</p><p>

current/html/wal-configuration.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,14 +224,10 @@
224224
WAL summarization&lt;/link&gt; is enabled, old segments are kept
225225
until they are summarized.
226226
</span>
227-
《マッチ度[77.845036]》<code class="varname">max_wal_size</code>に関わらず、最新の<a class="xref" href="runtime-config-replication.html#GUC-WAL-KEEP-SIZE">wal_keep_size</a>メガバイトのWALファイルに加えて、もう一つのWALファイルが常に保持されます。
227+
<code class="varname">max_wal_size</code>に関わらず、最新の<a class="xref" href="runtime-config-replication.html#GUC-WAL-KEEP-SIZE">wal_keep_size</a>メガバイトのWALファイルに加えて、もう一つのWALファイルが常に保持されます。
228228
また、WALアーカイブを利用している場合は、古いセグメントは、アーカイブされるまでは削除も再利用もされません。
229229
WALが生成されるペースにWALのアーカイブ処理が追いつかなかったり、<code class="varname">archive_command</code><code class="varname">archive_library</code>が連続して失敗すると、事態が解決するまでWALファイルは<code class="filename">pg_wal</code>の下に蓄積されていきます。
230-
レプリケーションスロットを使用しているスタンバイサーバが低速だったり、失敗すると、同じ現象が起きます(<a class="xref" href="warm-standby.html#STREAMING-REPLICATION-SLOTS" title="26.2.6. レプリケーションスロット">26.2.6</a>を参照のこと)
231-
《機械翻訳》<code class="varname">max_wal_size</code>とは独立して、WALファイルの最新の<a class="xref" href="runtime-config-replication.html#GUC-WAL-KEEP-SIZE">wal_keep_size</a>メガバイトであるプラスに1つの追加のWALファイルが常に保持されます。
232-
また、WALアーカイビングが使用されている場合、古いセグメントはアーカイブされるまで削除または再利用することはできません。
233-
WALアーカイビングがWALが生成されたペースに対応できない場合、または<code class="varname">archive_command</code><code class="varname">archive_library</code>が繰り返し失敗する場合、古いWALファイルは<code class="filename">pg_wal</code>シチュエーションが解決されるまでに蓄積されます。
234-
レプリケーションスロットを使用する遅いスタンバイサーバや失敗したWALファイルにも同じ効果があります(<a class="xref" href="warm-standby.html#STREAMING-REPLICATION-SLOTS" title="26.2.6. レプリケーションスロット">26.2.6</a>を参照)。
230+
レプリケーションスロットを使用しているスタンバイサーバが低速だったり、失敗すると、同じ現象が起きます(<a class="xref" href="warm-standby.html#STREAMING-REPLICATION-SLOTS" title="26.2.6. レプリケーションスロット">26.2.6</a>を参照のこと)。
235231
同様に、<a class="link" href="runtime-config-wal.html#RUNTIME-CONFIG-WAL-SUMMARIZATION" title="19.5.7. WAL要約">WAL要約</a>が有効な場合、古いセグメントは要約されるまで保持されます。
236232
</p><p>
237233
<span class="original">

current/html/xfunc-c.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,14 +2300,10 @@
23002300
their own code using the same macro. The injection point names should
23012301
use lower-case characters, with terms separated by dashes.
23022302
</span>
2303-
《マッチ度[71.739130]》サーバコード内の戦略的なポイントに、すでにいくつかのインジェクションポイントが宣言されています。
2303+
サーバコード内の戦略的なポイントに、すでにいくつかのインジェクションポイントが宣言されています。
23042304
新しいインジェクションポイントを追加した後、そのインジェクションポイントをバイナリで使用できるようにするには、コードをコンパイルする必要があります。
23052305
C言語で記述されたアドインは、同じマクロを使用して、独自のコードでインジェクションポイントを宣言できます。
2306-
《機械翻訳》サーバコード内の戦略的ポイントには、すでにいくつかのインジェクションポイントが宣言されています。
2307-
新しいインジェクションポイントを追加すると、コードニーズがオーダーでコンパイルされ、そのインジェクションポイントがバイナリで使用できるようになります。
2308-
C-言語で記述されたアドインは、同じマクロを使用して独自のコードでインジェクションポイントを宣言できます。
2309-
インジェクション名には、ゴウで区切られたゴウの下の文字を使用する必要があります。
2310-
ケースポイント
2306+
インジェクションポイント名は小文字を使用し、単語はハイフンで区切る必要があります。
23112307
</p><p>
23122308
<span class="original">
23132309
Add-ins can attach callbacks to an already-declared injection point by

current/postgres-A4.pdf

-1.89 KB
Binary file not shown.

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: default
77

88
## 最新
99

10-
last-updated: 2025-05-29 12:39:14 JST
10+
last-updated: 2025-05-30 04:26:16 JST
1111

1212
### 最新 PostgreSQL
1313

@@ -19,7 +19,7 @@ last-updated: 2025-05-29 12:39:14 JST
1919

2020
| HTML (オンライン) | PDF | EPUB | man | 更新日 |
2121
|:---------------------------|:---------------------------------------------:|:--------------------------------------------:|:---:|:----------:|
22-
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-05-29</em> |
22+
| [17.5](current/html) | [PDF](current/postgres-A4.pdf) | | | <em id="update">2025-05-30</em> |
2323
| [17.0](jpug-doc/17.0/html/) | [PDF](jpug-doc/17.0/postgresql-17.0-A4.pdf) | [EPUB](jpug-doc/17.0/postgresql-17.0.epub) | [man.tar.gz](jpug-doc/17.0/man.tar.gz) | 2025-05-21 |
2424

2525
### PostgreSQL 16

0 commit comments

Comments
 (0)