Open
Description
Describe the bug
documentdb_bg_worker_database_name
should be documentdb.bg_worker_database_name
, with a dot instead of an underscore. Using underscore makes changing this parameter impossible because of the reserved prefix.
documentdb/pg_documentdb/src/configs/background_job_configs.c
Lines 159 to 179 in 4125c4b
Note how the first parameter uses an underscore while the second (and all others) use a dot.
documentdb/pg_documentdb/src/pg_documentdb.c
Lines 50 to 51 in 4125c4b
Environment
Any.
Reproduction Steps
- Try to set
documentdb_bg_worker_database_name
in a configuration file. - Get
unrecognized configuration parameter "documentdb_bg_worker_database_name"
error.
Expected behavior
It is possible to change the database name.
Actual behavior
It is not possible to change the database name.
Additional context