Re: Doc: clarify possibility of ephemeral discrepancies between state and wait_event in pg_stat_activity - Mailing list pgsql-hackers

From Alex Friedman
Subject Re: Doc: clarify possibility of ephemeral discrepancies between state and wait_event in pg_stat_activity
Date
Msg-id 3aaaddc1-dda9-4d5f-ade5-312a66c3e83a@gmail.com
Whole thread Raw
In response to Re: Doc: clarify possibility of ephemeral discrepancies between state and wait_event in pg_stat_activity  (Sami Imseih <samimseih@gmail.com>)
Responses Re: Doc: clarify possibility of ephemeral discrepancies between state and wait_event in pg_stat_activity
List pgsql-hackers
> discrepancy will look like. What about we do something much more
> simplified, such
> as the below:
> 
> """
> To keep the reporting overhead low, the system does not attempt to synchronize
> activity data for a backend. As a result, ephemeral discrepancies may
> exist between
> the view’s columns.
> """

Yes, I believe it makes sense to make it more generic. Attached v3 with a slight 
tweak:

+    in the system. To keep the reporting overhead low, the system does not 
attempt to
+    synchronize different aspects of activity data for a backend. As a result, 
ephemeral
+    discrepancies may exist between the view's columns.


Best regards,

Alex Friedman
Attachment

pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: gamma() and lgamma() functions
Next
From: Etsuro Fujita
Date:
Subject: Options to control remote transactions’ access/deferrable modes in postgres_fdw