10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 790ac4e + a9109e6 commit 161d1d5Copy full SHA for 161d1d5
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