Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c6fbf99

Browse files
author
Sokolov Yura
committed
cfs: make cfs_gc_threshold USERSET for forced gc_relation
1 parent 54809fc commit c6fbf99

File tree

1 file changed

+1
-1
lines changed
  • src/backend/utils/misc

1 file changed

+1
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,7 @@ static struct config_int ConfigureNamesInt[] =
28382838
},
28392839

28402840
{
2841-
{"cfs_gc_threshold", PGC_SIGHUP, UNGROUPED,
2841+
{"cfs_gc_threshold", PGC_USERSET, UNGROUPED,
28422842
gettext_noop("Minimum percent of garbage blocks in the file prior to garbage collection"),
28432843
NULL,
28442844
0

0 commit comments

Comments
 (0)