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 regression with partitioned tables in PostgreSQL #118

Merged
merged 2 commits into from Mar 3, 2022

Conversation

tvainika
Copy link
Contributor

@tvainika tvainika commented Mar 3, 2022

Add handling for detecting existence of partitioned tables explicitly.

PostgreSQL JDBC Driver update from 42.2.10 to 42.2.25 in #113 caused
partitioned tables to broke due upstream change of separating types of
normal table and partitioned table as explained in
pgjdbc/pgjdbc#1708

@tvainika tvainika requested review from a team as code owners March 3, 2022 08:12
Add handling for detecting existence of partitioned tables explicitly.

PostgreSQL JDBC Driver update from 42.2.10 to 42.2.25 in #113 caused
partitioned tables to broke due upstream change of separating types of
normal table and partitioned table as explained in
pgjdbc/pgjdbc#1708
@tvainika tvainika force-pushed the fix-regression-pg-partitioned-tables branch from af203e7 to f7d2226 Compare March 3, 2022 08:38
@tvainika tvainika force-pushed the fix-regression-pg-partitioned-tables branch from 52d5534 to 9fc5d7f Compare March 3, 2022 11:56
@AnatolyPopov
Copy link
Contributor

LGTM

@AnatolyPopov AnatolyPopov merged commit 881e177 into master Mar 3, 2022
@AnatolyPopov AnatolyPopov deleted the fix-regression-pg-partitioned-tables branch March 3, 2022 12:37
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

2 participants