1
0
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:
Magnus Hagander
2012-01-20 12:23:26 +01:00
parent 6e3323d41d
commit a65023e7de
5 changed files with 8 additions and 8 deletions

View File

@ -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,