Skip to content

fix: Binary COPY tuple encoding copies column data one byte at a time - #1296

Merged
levkk merged 1 commit into
pgdogdev:mainfrom
ygxio:binary-copy-fix
Jul 31, 2026
Merged

fix: Binary COPY tuple encoding copies column data one byte at a time#1296
levkk merged 1 commit into
pgdogdev:mainfrom
ygxio:binary-copy-fix

Conversation

@ygxio

@ygxio ygxio commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

fixes: #1294

@ygxio ygxio changed the title fix one by one copy fix: Binary COPY tuple encoding copies column data one byte at a time Jul 31, 2026
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 89.47368% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
pgdog/src/frontend/router/parser/binary/tuple.rs 89.47% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@levkk levkk left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@levkk
levkk merged commit 8c8de01 into pgdogdev:main Jul 31, 2026
47 checks passed
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.

Binary COPY tuple encoding copies column data one byte at a time

2 participants