Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf056f75

Browse files
committed
doc: Mention possible ephemeral discrepancies in pg_stat_activity
Ephemeral inconsistencies across multiple attributes of pg_stat_activitycan exist as the system is designed to be efficient with a low overhead.This question is raised by users from time to time based on the dataread in the view, so let's add a note in the docs about thispossibility.Author: Alex Friedman <alexf01@gmail.com>Reviewed-by: Sami Imseih <samimseih@gmail.com>Discussion:https://postgr.es/m/8a275154-a654-44b0-ab37-197802f04c7b@gmail.com
1 parent9469d7f commitf056f75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/monitoring.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,9 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
10221022
it may or may not be <literal>waiting</literal> on some event. If the state
10231023
is <literal>active</literal> and <structfield>wait_event</structfield> is non-null, it
10241024
means that a query is being executed, but is being blocked somewhere
1025-
in the system.
1025+
in the system. To keep the reporting overhead low, the system does not
1026+
attempt to synchronize different aspects of activity data for a backend.
1027+
As a result, ephemeral discrepancies may exist between the view's columns.
10261028
</para>
10271029
</note>
10281030

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp