@@ -810,8 +810,8 @@ const char *const config_group_names[] =
810
810
gettext_noop ("Reporting and Logging / Process Title" ),
811
811
/* STATS_MONITORING */
812
812
gettext_noop ("Statistics / Monitoring" ),
813
- /* STATS_COLLECTOR */
814
- gettext_noop ("Statistics / Query and Index Statistics Collector " ),
813
+ /* STATS_CUMULATIVE */
814
+ gettext_noop ("Statistics / Cumulative Query and Index Statistics" ),
815
815
/* AUTOVACUUM */
816
816
gettext_noop ("Autovacuum" ),
817
817
/* CLIENT_CONN_STATEMENT */
@@ -1548,7 +1548,7 @@ static struct config_bool ConfigureNamesBool[] =
1548
1548
#endif
1549
1549
1550
1550
{
1551
- {"track_activities" , PGC_SUSET , STATS_COLLECTOR ,
1551
+ {"track_activities" , PGC_SUSET , STATS_CUMULATIVE ,
1552
1552
gettext_noop ("Collects information about executing commands." ),
1553
1553
gettext_noop ("Enables the collection of information on the currently "
1554
1554
"executing command of each session, along with "
@@ -1559,7 +1559,7 @@ static struct config_bool ConfigureNamesBool[] =
1559
1559
NULL , NULL , NULL
1560
1560
},
1561
1561
{
1562
- {"track_counts" , PGC_SUSET , STATS_COLLECTOR ,
1562
+ {"track_counts" , PGC_SUSET , STATS_CUMULATIVE ,
1563
1563
gettext_noop ("Collects statistics on database activity." ),
1564
1564
NULL
1565
1565
},
@@ -1568,7 +1568,7 @@ static struct config_bool ConfigureNamesBool[] =
1568
1568
NULL , NULL , NULL
1569
1569
},
1570
1570
{
1571
- {"track_io_timing" , PGC_SUSET , STATS_COLLECTOR ,
1571
+ {"track_io_timing" , PGC_SUSET , STATS_CUMULATIVE ,
1572
1572
gettext_noop ("Collects timing statistics for database I/O activity." ),
1573
1573
NULL
1574
1574
},
@@ -1577,7 +1577,7 @@ static struct config_bool ConfigureNamesBool[] =
1577
1577
NULL , NULL , NULL
1578
1578
},
1579
1579
{
1580
- {"track_wal_io_timing" , PGC_SUSET , STATS_COLLECTOR ,
1580
+ {"track_wal_io_timing" , PGC_SUSET , STATS_CUMULATIVE ,
1581
1581
gettext_noop ("Collects timing statistics for WAL I/O activity." ),
1582
1582
NULL
1583
1583
},
@@ -3539,7 +3539,7 @@ static struct config_int ConfigureNamesInt[] =
3539
3539
},
3540
3540
3541
3541
{
3542
- {"track_activity_query_size" , PGC_POSTMASTER , STATS_COLLECTOR ,
3542
+ {"track_activity_query_size" , PGC_POSTMASTER , STATS_CUMULATIVE ,
3543
3543
gettext_noop ("Sets the size reserved for pg_stat_activity.query, in bytes." ),
3544
3544
NULL ,
3545
3545
GUC_UNIT_BYTE
@@ -4907,7 +4907,7 @@ static struct config_enum ConfigureNamesEnum[] =
4907
4907
},
4908
4908
4909
4909
{
4910
- {"track_functions" , PGC_SUSET , STATS_COLLECTOR ,
4910
+ {"track_functions" , PGC_SUSET , STATS_CUMULATIVE ,
4911
4911
gettext_noop ("Collects function-level statistics on database activity." ),
4912
4912
NULL
4913
4913
},
@@ -4918,7 +4918,7 @@ static struct config_enum ConfigureNamesEnum[] =
4918
4918
4919
4919
4920
4920
{
4921
- {"stats_fetch_consistency" , PGC_USERSET , STATS_COLLECTOR ,
4921
+ {"stats_fetch_consistency" , PGC_USERSET , STATS_CUMULATIVE ,
4922
4922
gettext_noop ("Sets the consistency of accesses to statistics data" ),
4923
4923
NULL
4924
4924
},
0 commit comments