docs(pgd): document reloadable max_writers GUC#7177
Merged
Conversation
ee57533 to
ff272d0
Compare
4b2d73f to
3747f8e
Compare
9352e3a to
cdc0890
Compare
bdr.max_writers_per_subscription has been PGC_SIGHUP since PGD 6.3.0 and 5.9.2 but was not documented. The setting can now be changed with ALTER SYSTEM + pg_reload_conf() without a node restart; each writer group captures the value at initialization, so the new limit takes effect on the next writer-group start. Updates the pgd-settings reference on 5.9, 6, 6.3, and 6.4, and appends a retroactive entry to the 6.3.0 and 5.9.2 release-note YAML sources. BDR-7474
…g, and removed reference from 6.0
cdc0890 to
732b303
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
bdr.max_writers_per_subscription has been PGC_SIGHUP since PGD 6.3.0 and 5.9.2 but was not documented. The setting can now be changed with ALTER SYSTEM + pg_reload_conf() without a node restart; each writer group captures the value at initialization, so the new limit takes effect on the next writer-group start.
Updates the pgd-settings reference on 5.9, 6, 6.3, and 6.4, and appends a retroactive entry to the 6.3.0 and 5.9.2 release-note YAML sources.
BDR-7474
What Changed?
Tip
Draft deployment: https://deploy-preview-7177--edb-docs-staging.netlify.app/docs/