Make Geo FDW configurable through Omnibus
In GitLab, the user is allowed to configure fdw: true/false
in
config/database_geo.yml
. This will enable/disable Geo to use
PostgreSQL Foreign Data Wrappers to execute queries between the main
database and the tracking database.
With adding geo_secondary['db_fdw'] = true/false
to gitlab.rb
the
user can now configure this setting in omnibus.
See gitlab-org/gitlab-ee#4558
Edited by GitLab Release Tools Bot