Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Nordström <[email protected]>
Signed-off-by: Mats Kindahl <[email protected]>
  • Loading branch information
mkindahl and erimatnor committed Nov 12, 2024
1 parent 72b1024 commit d93b4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/guc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,9 +1135,9 @@ _guc_init(void)

DefineCustomEnumVariable(MAKE_EXTOPTION("default_hypercore_use_access_method"),
gettext_noop(
"Whether to use access method for compression by default."),
"Enable to always use Hypercore TAM when compressing."),
gettext_noop(
"Sets the global default for compression technique to use."),
"Sets the global default for using Hypercore TAM when compressing chunks."),
&ts_guc_default_hypercore_use_access_method,
USE_AM_NULL,
/* options= */ useam_options,
Expand Down

0 comments on commit d93b4ec

Please sign in to comment.