[PATCH] Increase the maximum value track_activity_query_size - Mailing list pgsql-hackers

From v.makarov@postgrespro.ru
Subject [PATCH] Increase the maximum value track_activity_query_size
Date
Msg-id 7b5ecc5a9991045e2f13c84e3047541d@postgrespro.ru
Whole thread Raw
Responses Re: [PATCH] Increase the maximum value track_activity_query_size  (Bruce Momjian <bruce@momjian.us>)
List 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

pgsql-hackers by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: ERROR: attribute number 6 exceeds number of columns 5
Next
From: Alvaro Herrera
Date:
Subject: Re: FETCH FIRST clause WITH TIES option