-
Notifications
You must be signed in to change notification settings - Fork 80
Add postgresExportLargeObject function for exporting large objects to files #520
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
base: main
Are you sure you want to change the base?
Conversation
@krlmlr 👋 This repository doesn't have Copilot instructions. With Copilot instructions, I can understand the repository better, work faster and produce higher quality PRs. I can generate a .github/copilot-instructions.md file for you automatically. Click here to open a pre-filled issue and assign it to me. I'll write the instructions, and then tag you for review. |
Co-authored-by: krlmlr <[email protected]>
Co-authored-by: krlmlr <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot: Please heed remarks and reviewdog suggestions.
…to void, update docs and tests Co-authored-by: krlmlr <[email protected]>
All review comments and suggestions have been addressed:
Changes committed in e055d8c. |
@copilot: connection.cpp:101:32: error: void value not ignored as it ought to be |
…e to void Co-authored-by: krlmlr <[email protected]>
Fixed the compilation error by correcting the return type of |
Implementation complete. The function now properly exports PostgreSQL large objects to files using streaming I/O without memory buffering, addressing the issue with large file exports failing due to memory allocation errors.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.