Skip to content

Commit

Permalink
add static to altered_reloid_cache_warning
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMurloc committed Dec 29, 2023
1 parent 7f66cd5 commit 7139176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gp_activetable.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static const char *active_tables_map_warning =
static HTAB *altered_reloid_cache = NULL; // Set<Oid>
static TimestampTz altered_reloid_cache_last_overflow_report = 0;

const char *altered_reloid_cache_warning =
static const char *altered_reloid_cache_warning =
"the number of altered reloid cache entries reached the limit, please increase "
"the GUC value for diskquota.max_active_tables.";

Expand Down

0 comments on commit 7139176

Please sign in to comment.