Unify MultiClientCopyData and CopyDataFromConnection
Open
1-2 days
technical debt
warm-up
- Dominant language
- C
- Stars
- 12.8k
- Forks
- 794
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 31
Description
`MultiClientCopyData` in `multi_client_executor.c` and `CopyDataFromConnection` in `intermediate_results.c` do the same thing with slight differences. Both implement the logic described in https://www.postgresql.org/docs/current/libpq-copy.html. We should unify them to avoid code duplication.
Contributor guide
Assessment
This issue has not been assessed yet.