Skip to content

Commit

Permalink
Update src/guc.c
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Nidzwetzki <jnidzwetzki@gmx.de>
Signed-off-by: Mats Kindahl <mats.kindahl@gmail.com>
  • Loading branch information
mkindahl and jnidzwetzki authored Oct 16, 2023
1 parent 8ad3304 commit 6d0e916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guc.c
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ _guc_init(void)
/* show_hook= */ NULL);

DefineCustomEnumVariable("timescaledb.bgw_log_level",
"Log level for the background worker subsystem.",
"Log level for the background worker subsystem",
"Log level for the scheduler and workers of the background worker "
"subsystem. Requires configuration reload to change.",
/* valueAddr= */ &ts_guc_bgw_log_level,
Expand Down

0 comments on commit 6d0e916

Please sign in to comment.