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: validate id against postgres repl slot name rules. #86

Merged

Conversation

sgotti
Copy link
Member

@sgotti sgotti commented Oct 30, 2015

Since the keeper's id is used as the postgres replication slot name it needs to
be a valid replication slot name.

From the postgreSQL 9.4 manual: "Each replication slot has a name, which can
contain lower-case letters, numbers, and the underscore character."

Since the keeper's id is used as the postgres replication slot name it needs to
be a valid replication slot name.

From the postgreSQL 9.4 manual: "Each replication slot has a name, which can
contain lower-case letters, numbers, and the underscore character."
@sgotti sgotti force-pushed the keeper_check_id_valid_replication_slot_name branch from 06fdd78 to c2dedd3 Compare October 30, 2015 11:46
@sgotti sgotti merged commit c2dedd3 into sorintlab:master Oct 30, 2015
sgotti added a commit that referenced this pull request Oct 30, 2015
…slot_name

keeper: validate id against postgres repl slot name rules.
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.

None yet

1 participant