Skip to content

Commit da9e8a0

Browse files
committed
by GitHub Actions [skip ci]
1 parent 992de6b commit da9e8a0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

current/html/monitoring-stats.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@
869869
Name of the application that is connected
870870
to this WAL sender
871871
</span>
872-
WAL送信処理に接続したアプリケーションの名前です
872+
WAL送信プロセスに接続したアプリケーションの名前です
873873
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
874874
<code class="structfield">client_addr</code> <code class="type">inet</code>
875875
</p>
@@ -879,7 +879,7 @@
879879
If this field is null, it indicates that the client is
880880
connected via a Unix socket on the server machine.
881881
</span>
882-
WAL送信処理に接続したクライアントのIPアドレスです
882+
WAL送信プロセスに接続したクライアントのIPアドレスです
883883
このフィールドがNULLの場合、クライアントがサーバマシン上のUnixソケット経由で接続したことを示します。
884884
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
885885
<code class="structfield">client_hostname</code> <code class="type">text</code>
@@ -900,7 +900,7 @@
900900
TCP port number that the client is using for communication
901901
with this WAL sender, or &lt;literal&gt;-1&lt;/literal&gt; if a Unix socket is used
902902
</span>
903-
クライアントがWAL送信処理との通信に使用するTCPポート番号、もしUnixソケットを使用する場合は<code class="literal">-1</code>です。
903+
クライアントがWAL送信プロセスとの通信に使用するTCPポート番号、もしUnixソケットを使用する場合は<code class="literal">-1</code>です。
904904
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
905905
<code class="structfield">backend_start</code> <code class="type">timestamp with time zone</code>
906906
</p>
@@ -909,7 +909,7 @@
909909
Time when this process was started, i.e., when the
910910
client connected to this WAL sender
911911
</span>
912-
プロセスが開始、つまりクライアントがWAL送信処理に接続した時刻です
912+
プロセスが開始、つまりクライアントがWAL送信プロセスに接続した時刻です
913913
</p></td></tr><tr><td class="catalog_table_entry"><p class="column_definition">
914914
<code class="structfield">backend_xmin</code> <code class="type">xid</code>
915915
</p>

current/html/warm-standby.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
&lt;function&gt;pg_last_wal_receive_lsn&lt;/function&gt; on the standby might indicate
489489
network delay, or that the standby is under heavy load.
490490
</span>
491-
<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-REPLICATION-VIEW" title="27.2.4. pg_stat_replication"><code class="structname">pg_stat_replication</code></a>ビューを介してWAL送信処理プロセスのリストを入手することができます
491+
<a class="link" href="monitoring-stats.html#MONITORING-PG-STAT-REPLICATION-VIEW" title="27.2.4. pg_stat_replication"><code class="structname">pg_stat_replication</code></a>ビューを介してWAL送信プロセスのリストを入手することができます
492492
<code class="function">pg_current_wal_lsn</code>とビューの<code class="literal">sent_lsn</code>フィールドとの違いが大きい場合、プライマリサーバが高負荷状態であることを示している可能性があります。
493493
一方でスタンバイサーバ上の<code class="literal">sent_lsn</code><code class="function">pg_last_wal_receive_lsn</code>の値の差異は、ネットワーク遅延、またはスタンバイが高負荷状態であることを示す可能性があります。
494494
</p><p>

current/postgres-A4.pdf

2.91 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: 2026-02-11 05:05:57 JST
10+
last-updated: 2026-02-16 04:38:38 JST
1111

1212
### 最新 PostgreSQL
1313

0 commit comments

Comments
 (0)