Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790ac4e commit a9109e6Copy full SHA for a9109e6
README.md
@@ -125,7 +125,7 @@ GUCs.
125
| pg_wait_sampling.history_period | int4 | Period for history sampling in milliseconds | 10 |
126
| pg_wait_sampling.profile_period | int4 | Period for profile sampling in milliseconds | 10 |
127
| pg_wait_sampling.profile_pid | bool | Whether profile should be per pid | true |
128
-| pg_wait_sampling.profile_queries | bool | Whether profile should be per query | false |
+| pg_wait_sampling.profile_queries | bool | Whether profile should be per query | true |
129
130
If `pg_wait_sampling.profile_pid` is set to false, sampling profile wouldn't be
131
collected in per-process manner. In this case the value of pid could would
0 commit comments