-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Reexport pglsn or wrap it behind a struct #100
Labels
bug
Something isn't working
Comments
PgLsn is unlikely to be the only type used from tokio-postgres so wrapping it won't be sufficient. What exactly is the problem you are running into with adding a dependency on tokio-postgres? |
Im trying to define this sink but the pg_lsn doesn't line up. I was going to try lining up versions next.
|
So lining up the deps exactly works but not a nice solution imo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, trying to write a custom sink but your relying on a specific version of tokio-postgres for pglsn. Can you either wrap it or rexport it so I don't have to bring in another postgresql crate?
The text was updated successfully, but these errors were encountered: