mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
C comment: track_activity_query_size doesn't support memory units
And explain why. Per report from Pavel Stehule
This commit is contained in:
parent
787064cd00
commit
8fcccadfea
@ -2543,6 +2543,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
{"track_activity_query_size", PGC_POSTMASTER, RESOURCES_MEM,
|
||||
gettext_noop("Sets the size reserved for pg_stat_activity.query, in bytes."),
|
||||
NULL,
|
||||
/* There is no _bytes_ unit, so the user can't supply units for this. */
|
||||
},
|
||||
&pgstat_track_activity_query_size,
|
||||
1024, 100, 102400,
|
||||
|
Loading…
Reference in New Issue
Block a user