[PATCH] Increase the maximum value track_activity_query_size

From: v(dot)makarov(at)postgrespro(dot)ru
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Increase the maximum value track_activity_query_size
Date: 2019-11-26 14:59:25
Message-ID: 7b5ecc5a9991045e2f13c84e3047541d@postgrespro.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
track_activity.diff text/x-diff 922 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-11-26 15:09:41 Re: FETCH FIRST clause WITH TIES option
Previous Message Andreas Joseph Krogh 2019-11-26 14:04:51 ERROR: attribute number 6 exceeds number of columns 5