Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DISABLE_CITUS_SCHEMA_STATS config reading #568

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

msakrejda
Copy link
Contributor

The changes in #562 missed that the updated config-reading code was
only for config read from environment variables. Config from the
config file was not pre-processed, so any currently-documented values
of disable_citus_schema_stats specified there would be ignored, and
relation and index stats would always be collected. Config specified
via individual environment variables worked as expected.

Since the new buggy behavior of the setting is not yet in a released
version, and not yet documented, it does not need a CHANGELOG entry.

The changes in #562 missed that the updated config-reading code was
only for config read from environment variables. Config from the
config file was not pre-processed, so any currently-documented values
of disable_citus_schema_stats specified there would be ignored, and
relation and index stats would always be collected. Config specified
via individual environment variables worked as expected.

Since the new buggy behavior of the setting is not yet in a released
version, and not yet documented, it does not need a CHANGELOG entry.
@msakrejda msakrejda requested a review from a team July 12, 2024 20:57
@msakrejda msakrejda merged commit d753642 into main Jul 15, 2024
9 checks passed
@msakrejda msakrejda deleted the fix-DISABLE_CITUS_SCHEMA_STATS-config-reading branch July 15, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants