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

Commita9109e6

Browse files
authored
Fix the doc: profile_queries is "true" by default
Noticed that `profile_queries` is `true` by default (and perhttps://github.com/postgrespro/pg_wait_sampling/blob/3feb2f98433afb8150d44a0bf8ffad047f89c20b/pg_wait_sampling.c#L193) – while README claims it's `false`.
1 parent790ac4e commita9109e6

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
@@ -125,7 +125,7 @@ GUCs.
125125
| pg_wait_sampling.history_period| int4| Period for history sampling in milliseconds| 10|
126126
| pg_wait_sampling.profile_period| int4| Period for profile sampling in milliseconds| 10|
127127
| 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|
128+
| pg_wait_sampling.profile_queries| bool| Whether profile should be per query| true|
129129

130130
If`pg_wait_sampling.profile_pid` is set to false, sampling profile wouldn't be
131131
collected in per-process manner. In this case the value of pid could would

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp