Skip to content

BUG: Fix buffer pool bug adding big objects #114

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

klaussfreire
Copy link
Contributor

Fix a bug when packing big objects (bigger than the default 1MB pack buffer) into buffer pools when it requires adding a new section. It would fail to use a properly sized pack buffer, raising an error instead of succeeding as expected.

Fix a bug when packing big objects (bigger than the default 1MB
pack buffer) into buffer pools when it requires adding a new section.
It would fail to use a properly sized pack buffer, raising an error
instead of succeeding as expected.
@klaussfreire klaussfreire merged commit c40150d into master Jun 4, 2024
1 check passed
@klaussfreire klaussfreire deleted the fix_buffer_pool_big_objects branch June 4, 2024 19:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants