mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Further doc cleanups from the pg_stat_activity changes
Fujii Masao
This commit is contained in:
@ -2362,7 +2362,7 @@ static struct config_int ConfigureNamesInt[] =
|
||||
|
||||
{
|
||||
{"track_activity_query_size", PGC_POSTMASTER, RESOURCES_MEM,
|
||||
gettext_noop("Sets the size reserved for pg_stat_activity.current_query, in bytes."),
|
||||
gettext_noop("Sets the size reserved for pg_stat_activity.query, in bytes."),
|
||||
NULL,
|
||||
},
|
||||
&pgstat_track_activity_query_size,
|
||||
|
Reference in New Issue
Block a user