Skip to content

Commit 5e56e87

Browse files
committed
by GitHub Actions [skip ci]
1 parent 2f90646 commit 5e56e87

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

current/html/sql-altersubscription.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@
279279
option is changed from <literal>true</literal> to <literal>false</literal>,
280280
the publisher will replicate the transactions again when they are committed.
281281
</span>
282-
《マッチ度[91.627172]》<a class="link" href="sql-createsubscription.html#SQL-CREATESUBSCRIPTION-PARAMS-WITH-TWO-PHASE"><code class="literal">two_phase</code></a><code class="literal">true</code>から<code class="literal">false</code>に変更する際、適用ワーカーによって実行されたプリペアドトランザクション(<code class="literal">two_phase</code>パラメータがまだ<code class="literal">true</code>だった時点から)が見つかった場合は、バックエンドプロセスはエラーを報告します。
283-
パブリッシャーノードでプリペアドトランザクションを解決するか、サブスクライバーノードで手動ロールバックを行ってから再試行することができます
284-
特定のサブスクリプションに対応する適用ワーカーによって準備されたトランザクションは次のようなパターンを持ちます
282+
<a class="link" href="sql-createsubscription.html#SQL-CREATESUBSCRIPTION-PARAMS-WITH-TWO-PHASE"><code class="literal">two_phase</code></a><code class="literal">true</code>から<code class="literal">false</code>に変更する際、適用ワーカーによって実行されたプリペアドトランザクション(<code class="literal">two_phase</code>パラメータがまだ<code class="literal">true</code>だった時点から)が見つかった場合は、バックエンドプロセスはエラーを報告します。
283+
パブリッシャーノードでプリペアドトランザクションを解決するか、サブスクライバーノードで手動ロールバックを行ってから再試行できます
284+
特定のサブスクリプションに対応する論理レプリケーションワーカーによって準備されたトランザクションは次のようなパターンを持ちます
285285
<span class="quote"><span class="quote"><code class="literal">pg_gid_%u_%u</code></span></span>(パラメータ:サブスクリプション<em class="parameter"><code>oid</code></em>、リモートトランザクションID<em class="parameter"><code>xid</code></em>)。
286286
このようなトランザクションを手動で解決するには、関連するサブスクリプションIDを名前に持つすべてのプリペアドトランザクションをロールバックする必要があります。
287287
アプリケーションは<a class="link" href="view-pg-prepared-xacts.html" title="53.17. pg_prepared_xacts"><code class="structname">pg_prepared_xacts</code></a>を確認して、必要なプリペアドトランザクションを見つけることができます。

current/html/sql-dropsubscription.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
Do not throw an error if the subscription does not exist. A notice is
3434
issued in this case.
3535
</span>
36-
《機械翻訳》エラーがない場合は、サブスクリプションを投げないでください
37-
このケースで通知が発行されます
36+
サブスクリプションが存在しない場合でもエラーとしません
37+
この場合には、注意が発行されます
3838
</p></dd><dt><span class="term"><em class="replaceable"><code>name</code></em></span></dt><dd><p>
3939
<span class="original">
4040
The name of a subscription to be dropped.

current/postgres-A4.pdf

-97 Bytes
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: 2026-06-23 06:37:40 JST
10+
last-updated: 2026-06-24 06:09:42 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)