[PATCH] Increase the maximum value track_activity_query_size
Vyacheslav Makarov <v.makarov@postgrespro.ru>
From: v.makarov@postgrespro.ru
To: pgsql-hackers@lists.postgresql.org
Date: 2019-11-26T14:59:25Z
Lists: pgsql-hackers
Attachments
- track_activity.diff (text/x-diff) patch
Hi Hackers, Some ORMs may generate queries larger than the maximum possible value of track_activity_query_size (100 kB). Is there any reasons to limit the maximum value of track_activity_query_size to such small value? Increasing the maximum value to 1 MB will help partially solve this problem. Also in the file postgresql.conf.sample pointed maximum value track_activity_query_size (before that it was not specified). -- Vyacheslav Makarov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Increase the maximum value of track_activity_query_size.
- 814727858918 13.0 landed