Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf5449b

Browse files
author
Alexander Korotkov
committed
Fix type of pg_wait_sampling.profile_pid in docs.
1 parentdf18c66 commitcf5449b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp