-
Notifications
You must be signed in to change notification settings - Fork 18
Support 9.4 and 9.5 #44
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
Conversation
@@ -1,8 +0,0 @@ | |||
import sys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why I removed this: didn't seem to break the build not to have it; and less is more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love that this is not needed anymore. As long as bindgen can run we are good.
49ee215
to
995c79e
Compare
#include "utils/lsyscache.h" | ||
#include "replication/output_plugin.h" | ||
#include "replication/logical.h" | ||
#include "replication/logical.h" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have this duplicate line?
Looking good mostly. I'm curious how we want to test 9.5. Is it enough to test it on osx, and keep 9.4 on linux? |
It's not very much like the real `libpq`, as someone point out on #postgresql.
5176ec8
to
8915fa2
Compare
No description provided.