Skip to content
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

fix: backpatch PR#2217 handle OIDs >= 2**31 to fix issue #2215. #2218

Merged
merged 2 commits into from
Jul 29, 2021

Conversation

davecramer
Copy link
Member

OIDs are unsigned integers and were not being handled correctly when they exceeded the size of signed integers
This occurs in databases where there are large schemas or lots of schema changes

…tegers and were not being handled correctly when they exceeded the size of signed integers
@davecramer davecramer merged commit be1d4aa into pgjdbc:release/42.2 Jul 29, 2021
@davecramer davecramer deleted the backpatch_fix_oids branch July 29, 2021 13:28
@davecramer davecramer changed the title fix: backpatch PR#2217 to fix issue #2215. fix: backpatch PR#2217 handle OIDs >= 2**31 to fix issue #2215. Sep 22, 2021
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.

None yet

1 participant