Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RekGRpth committed Dec 25, 2024
1 parent 3eac6a7 commit c7ed1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quotamodel.c
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ update_active_table_size(Oid oid, int64 size, int16 segid)
if (tsentry == NULL)
{
/* Too many tables have been added to the table_size_map, to avoid diskquota using
too much share memory, just quit the loop. The diskquota won't work correctly
too much share memory, just return. The diskquota won't work correctly
anymore. */
return;
}
Expand Down

0 comments on commit c7ed1dc

Please sign in to comment.