Skip to content

Commit cf5449b

Browse files
author
Alexander Korotkov
committed
Fix type of pg_wait_sampling.profile_pid in docs.
1 parent df18c66 commit cf5449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GUCs.
109109
| pg_wait_sampling.history_size | int4 | Size of history in-memory ring buffer | 5000 |
110110
| pg_wait_sampling.history_period | int4 | Period for history sampling in milliseconds | 10 |
111111
| 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 |
112+
| pg_wait_sampling.profile_pid | bool | Whether profile should be per pid | true |
113113

114114
If pg\_wait\_sampling.profile\_pid is set to false, sampling profile wouldn't be
115115
collected in per-process manner. In this case the value of pid could would

0 commit comments

Comments
 (0)