diff --git a/src/diskquota.c b/src/diskquota.c index b0854750..e6755906 100644 --- a/src/diskquota.c +++ b/src/diskquota.c @@ -70,14 +70,14 @@ static volatile sig_atomic_t got_sigusr1 = false; static volatile sig_atomic_t got_sigusr2 = false; /* GUC variables */ -int diskquota_naptime = 0; -int diskquota_max_active_tables = 0; -int diskquota_worker_timeout = 60; /* default timeout is 60 seconds */ -bool diskquota_hardlimit = false; -int diskquota_max_workers = 10; -int diskquota_max_table_segments = 0; -int diskquota_max_monitored_databases = 0; -int diskquota_max_quota_probes = 0; +int diskquota_naptime = 0; +int diskquota_max_active_tables = 0; +int diskquota_worker_timeout = 60; /* default timeout is 60 seconds */ +bool diskquota_hardlimit = false; +int diskquota_max_workers = 10; +int diskquota_max_table_segments = 0; +int diskquota_max_monitored_databases = 0; +int diskquota_max_quota_probes = 0; int diskquota_hashmap_overflow_report_timeout = 0; DiskQuotaLocks diskquota_locks; diff --git a/src/gp_activetable.c b/src/gp_activetable.c index e06b613a..37af9116 100644 --- a/src/gp_activetable.c +++ b/src/gp_activetable.c @@ -51,7 +51,7 @@ typedef struct DiskQuotaSetOFCache HASH_SEQ_STATUS pos; } DiskQuotaSetOFCache; -HTAB *active_tables_map = NULL; // Set +HTAB *active_tables_map = NULL; // Set TimestampTz active_tables_last_overflow_report = 0; #define ACTIVE_TABLE_ENTER(keyPtr, foundPtr) \ @@ -68,7 +68,7 @@ TimestampTz active_tables_last_overflow_report = 0; * dbid will be added to it when creating diskquota extension * dbid will be removed from it when droping diskquota extension */ -HTAB *altered_reloid_cache = NULL; // Set +HTAB *altered_reloid_cache = NULL; // Set TimestampTz altered_reloid_cache_last_overflow_report = 0; #define ALTERED_RELOID_CACHE_ENTER(keyPtr, foundPtr) \