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

Sync to latest rust-postgres and move changes to a single patch #16

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rs-sac
Copy link

@rs-sac rs-sac commented Jul 10, 2024

No description provided.

vsuryamurthy and others added 8 commits July 10, 2024 12:40
Using `impl Into<String>` instead of `&str` in a fn arg allows both `&str` and `String` as parameters - thus if the caller already has a String object that it doesn't need, it can pass it in without extra cloning.

The same might be done with the password, but may require closer look.
This patch is based on tag readyset-20240301.  Previously, we
maintained this repo as a fork and merged with upstream occasionally.
Now we sync to upstream, discard some now unnecessary changes, and
dump all of our custom changes into a single commit so it may be
more easily rebased for as long as this fork may live.
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.

4 participants