We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df18c66 commit cf5449bCopy full SHA for cf5449b
README.md
@@ -109,7 +109,7 @@ GUCs.
109
| pg_wait_sampling.history_size | int4 | Size of history in-memory ring buffer | 5000 |
110
| pg_wait_sampling.history_period | int4 | Period for history sampling in milliseconds | 10 |
111
| pg_wait_sampling.profile_period | int4 | Period for profile sampling in milliseconds | 10 |
112
-| pg_wait_sampling.profile_pid | int4 | Whether profile should be per pid | true |
+| pg_wait_sampling.profile_pid | bool | Whether profile should be per pid | true |
113
114
If pg\_wait\_sampling.profile\_pid is set to false, sampling profile wouldn't be
115
collected in per-process manner. In this case the value of pid could would
0 commit comments