File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
68
68
pg\_ wait\_ sampling interacts with user by set of views and functions.
69
69
70
- pg\_ wait\_ sampling\_ current view -- information about current wait events for
70
+ pg\_ wait\_ sampling\_ current view – information about current wait events for
71
71
all processed including background workers.
72
72
73
73
| Column name | Column type | Description |
@@ -79,7 +79,7 @@ all processed including background workers.
79
79
pg_wait_sampling_get_current(pid int4) returns the same table for single given
80
80
process.
81
81
82
- pg\_ wait\_ sampling\_ history -- history of wait events obtained by sampling into
82
+ pg\_ wait\_ sampling\_ history view – history of wait events obtained by sampling into
83
83
in-memory ring buffer.
84
84
85
85
| Column name | Column type | Description |
@@ -89,7 +89,7 @@ in-memory ring buffer.
89
89
| event_type | text | Name of wait event type |
90
90
| event | text | Name of wait event |
91
91
92
- pg\_ wait\_ sampling\_ profile -- profile of wait events obtained by sampling into
92
+ pg\_ wait\_ sampling\_ profile view – profile of wait events obtained by sampling into
93
93
in-memory hash table.
94
94
95
95
| Column name | Column type | Description |
You can’t perform that action at this time.
0 commit comments