Fix GUC definition for access statistic

This commit is contained in:
Konstantin Knizhnik
2023-06-21 09:25:25 +03:00
parent 72a73d2c82
commit df127ef209

View File

@@ -62,8 +62,8 @@ void access_stat_init(void)
1024,
0,
INT_MAX,
PGC_POSTMASTER,
GUC_UNIT_MB,
PGC_USERSET,
0,
NULL,
NULL,
NULL);
@@ -74,8 +74,8 @@ void access_stat_init(void)
1024,
0,
INT_MAX,
PGC_POSTMASTER,
GUC_UNIT_MB,
PGC_USERSET,
0,
NULL,
NULL,
NULL);
@@ -86,8 +86,8 @@ void access_stat_init(void)
0.9,
0,
INT_MAX,
PGC_POSTMASTER,
GUC_UNIT_MB,
PGC_USERSET,
0,
NULL,
NULL,
NULL);
@@ -98,8 +98,8 @@ void access_stat_init(void)
10,
0,
INT_MAX,
PGC_POSTMASTER,
GUC_UNIT_MB,
PGC_USERSET,
0,
NULL,
NULL,
NULL);