We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787064c commit 8fcccadCopy full SHA for 8fcccad
src/backend/utils/misc/guc.c
@@ -2543,6 +2543,7 @@ static struct config_int ConfigureNamesInt[] =
2543
{"track_activity_query_size", PGC_POSTMASTER, RESOURCES_MEM,
2544
gettext_noop("Sets the size reserved for pg_stat_activity.query, in bytes."),
2545
NULL,
2546
+ /* There is no _bytes_ unit, so the user can't supply units for this. */
2547
},
2548
&pgstat_track_activity_query_size,
2549
1024, 100, 102400,
0 commit comments