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

[pgbouncer] Fix check #1902

Merged
merged 1 commit into from
Sep 10, 2015
Merged

[pgbouncer] Fix check #1902

merged 1 commit into from
Sep 10, 2015

Conversation

remh
Copy link
Contributor

@remh remh commented Sep 9, 2015

Previously it was assuming that python dicts are ordered which is not
the case. So collected metrics were wrong.

We can’t use python OrderedDict as it was only introduced in python 2.7
and we want to support python 2.6
So here is an implementation using lists instead.

Previously it was assuming that python dicts are ordered which is not
the case. So collected metrics were wrong.

We can’t use python OrderedDict as it was only introduced in python 2.7
and we want to support python 2.6
So here is an implementation using lists instead.
@remh remh added this to the 5.5.0 milestone Sep 10, 2015
@olivielpeau
Copy link
Member

LGTM!
CI failure is unrelated.

remh added a commit that referenced this pull request Sep 10, 2015
@remh remh merged commit 15e1b9c into master Sep 10, 2015
@remh remh deleted the remh/pgbouncer branch September 15, 2015 19:01
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

2 participants