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

keeper: improve wal_level selection #450

Merged
merged 1 commit into from
Feb 27, 2018

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Feb 26, 2018

  • Read the user provided pgParameters and if the provided wal_level is "logical"
    use it, other values (invalid or unsupported) will return the default stolon wal_level.

  • Also if hot_standby is valid for every supported version let's prefer
    "replica" when using postgres >= 9.6

* Read the user provided pgParameters and if the provided wal_level is "logical"
use it, other values (invalid or unsupported) will return the default stolon wal_level.

* Also if hot_standby is valid for every supported version let's prefer
"replica" when using postgres >= 9.6
@sgotti sgotti force-pushed the keeper_improve_wal_level_selection branch from a5d55bf to 616c08b Compare February 27, 2018 09:42
@sgotti sgotti merged commit 616c08b into sorintlab:master Feb 27, 2018
sgotti added a commit that referenced this pull request Feb 27, 2018
@sgotti sgotti added this to the 0.10.0 milestone Mar 21, 2018
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.

1 participant