Skip to content

Commit

Permalink
Move fillfactor option back to intRelOpts_gp
Browse files Browse the repository at this point in the history
It's moved from intRelOpts_gp to boolRelOpts_gp in commit
ddd80abb1aba5b812fb085ad516dcee6c9e130f3 by mistake. Moving it back.
  • Loading branch information
huansong authored and reshke committed Feb 25, 2025
1 parent e69078f commit 3b8cbd8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/backend/access/common/reloptions_gp.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ static relopt_int intRelOpts_gp[] =
},
BITMAP_DEFAULT_FILLFACTOR, BITMAP_MIN_FILLFACTOR, 100
},
{
{
SOPT_FILLFACTOR,
"Packs bitmap index pages only to this percentage",
RELOPT_KIND_BITMAP,
ShareUpdateExclusiveLock /* since it applies only to later
* inserts */
},
BITMAP_DEFAULT_FILLFACTOR, BITMAP_MIN_FILLFACTOR, 100
},
{
{
SOPT_BLOCKSIZE,
Expand Down

0 comments on commit 3b8cbd8

Please sign in to comment.