pgsql: Increase the maximum value of track_activity_query_size.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Increase the maximum value of track_activity_query_size.
Date: 2020-01-07 17:21:22
Message-ID: E1iosXi-00024T-Tf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/814727858918154bdde9dbdfb99c544b52eb8818

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2020-01-07 19:26:09 pgsql: tableam: Allow choice of toast AM.
Previous Message Michael Paquier 2020-01-07 08:28:38 Re: pgsql: Remove support for OpenSSL 0.9.8 and 1.0.0