From b4b8efbd3826ac0af2d1c2e7c40fcf80a4bfba45 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:03 +0200 Subject: Adding upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/monitoring-stats.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/html/monitoring-stats.html') diff --git a/doc/src/sgml/html/monitoring-stats.html b/doc/src/sgml/html/monitoring-stats.html index ba45c56..89c7b2e 100644 --- a/doc/src/sgml/html/monitoring-stats.html +++ b/doc/src/sgml/html/monitoring-stats.html @@ -1,5 +1,5 @@ -28.2. The Cumulative Statistics System

28.2. The Cumulative Statistics System

+28.2. The Cumulative Statistics System

28.2. The Cumulative Statistics System

PostgreSQL's cumulative statistics system supports collection and reporting of information about server activity. Presently, accesses to tables and indexes in both @@ -516,7 +516,8 @@ replication to reach durable storage.TimelineHistoryFileWriteWaiting for a write of a timeline history file received via streaming replication.TimelineHistoryReadWaiting for a read of a timeline history file.TimelineHistorySyncWaiting for a newly created timeline history file to reach durable storage.TimelineHistoryWriteWaiting for a write of a newly created timeline history - file.TwophaseFileReadWaiting for a read of a two phase state file.TwophaseFileSyncWaiting for a two phase state file to reach durable storage.TwophaseFileWriteWaiting for a write of a two phase state file.VersionFileWriteWaiting for the version file to be written while creating a database.WALBootstrapSyncWaiting for WAL to reach durable storage during + file.TwophaseFileReadWaiting for a read of a two phase state file.TwophaseFileSyncWaiting for a two phase state file to reach durable storage.TwophaseFileWriteWaiting for a write of a two phase state file.VersionFileSyncWaiting for the version file to reach durable storage while + creating a database.VersionFileWriteWaiting for the version file to be written while creating a database.WALBootstrapSyncWaiting for WAL to reach durable storage during bootstrapping.WALBootstrapWriteWaiting for a write of a WAL page during bootstrapping.WALCopyReadWaiting for a read when creating a new WAL segment by copying an existing one.WALCopySyncWaiting for a new WAL segment created by copying an existing one to reach durable storage.WALCopyWriteWaiting for a write when creating a new WAL segment by copying an @@ -2467,4 +2468,4 @@ SELECT pg_stat_get_backend_pid(s.backendid) AS pid,

Returns the time when the backend's current transaction was started. -


\ No newline at end of file +


\ No newline at end of file -- cgit v1.2.3