You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor: Use std::string not std::string_view in copy_start()
Because std::string guarantees that there is a \0 at the end which we
need for the C interface of the PostgreSQL library.
Gets rid of clang-tidy warnings.
0 commit comments