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

Commit8147278

Browse files
committed
Increase the maximum value of track_activity_query_size.
This one-line change provoked a lot of discussion, but ultimatelythe consensus seems to be that allowing a larger value might beuseful to somebody, and probably won't hurt anyone who choosesnot to take advantage of the higher maximum limit.Vyacheslav Makarov, reviewed by many people.Discussion:http://postgr.es/m/7b5ecc5a9991045e2f13c84e3047541d@postgrespro.ru
1 parent2bd0735 commit8147278

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3210,7 +3210,7 @@ static struct config_int ConfigureNamesInt[] =
32103210
GUC_UNIT_BYTE
32113211
},
32123212
&pgstat_track_activity_query_size,
3213-
1024,100,102400,
3213+
1024,100,1048576,
32143214
NULL,NULL,NULL
32153215
},
32163216

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp