Content-Length: 258148 | pFad | http://github.com/postgrespro/postgres/commit/814727858918154bdde9dbdfb99c544b52eb8818

66 Increase the maximum value of track_activity_query_size. · postgrespro/postgres@8147278 · GitHub
Skip to content

Commit 8147278

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

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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/814727858918154bdde9dbdfb99c544b52eb8818

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy