Skip to content

Move CPP functions wrapper to dedicated file #452

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

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Conversation

Y--
Copy link
Collaborator

@Y-- Y-- commented Nov 25, 2024

Move CPP function wrapper to dedicated file.
Next, will do the same for the PG wrapper.

@Y-- Y-- force-pushed the yl/split-cpp-c-utils branch 2 times, most recently from 44dbe37 to 5e6186a Compare November 25, 2024 17:26
@Y-- Y-- force-pushed the yl/headers-cpp branch 4 times, most recently from 4105f3e to 0f116cc Compare December 2, 2024 13:20
@Y-- Y-- force-pushed the yl/split-cpp-c-utils branch from 5e6186a to 4649506 Compare December 2, 2024 13:33
@Y-- Y-- force-pushed the yl/split-cpp-c-utils branch from 4649506 to 3dcf221 Compare December 2, 2024 14:27
@Y-- Y-- force-pushed the yl/split-cpp-c-utils branch from 3dcf221 to 3ce1777 Compare December 2, 2024 14:30
@Y-- Y-- force-pushed the yl/split-cpp-c-utils branch from 3ce1777 to 40c7cb1 Compare December 2, 2024 14:40
@Y-- Y-- changed the base branch from yl/headers-cpp to main December 2, 2024 14:40
@Y-- Y-- changed the title Split decimal header Move CPP functions wrapper to dedicated file Dec 2, 2024
@Y-- Y-- requested a review from JelteF December 2, 2024 14:43
@Y-- Y-- marked this pull request as ready for review December 2, 2024 14:43
Comment on lines 65 to 66
edata = CopyErrorData();
FlushErrorState();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Semi-related: These two calls should probably also have a PG_TRY around around them in case they fail.

Seems better for a follow-up PR though.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I can look into this. Will be pretty bad if we hit this though, not sure how we can nicely recover :-)

@Y-- Y-- merged commit af3d278 into main Dec 2, 2024
5 checks passed
@Y-- Y-- deleted the yl/split-cpp-c-utils branch December 2, 2024 15:20
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.

2 participants