Bug 1547424
Summary: | postgresql-jdbc not compatible with PostgreSQL 9.6 | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Evgeni Golov <egolov> | |
Component: | postgresql-jdbc | Assignee: | Pavel Raiskup <praiskup> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | qe-baseos-daemons | |
Severity: | unspecified | Docs Contact: | ||
Priority: | high | |||
Version: | 7.4 | CC: | bgollahe, databases-maint, dward, pkubat, praiskup, rjerrido, toneata, vdanek | |
Target Milestone: | rc | Keywords: | ZStream | |
Target Release: | --- | Flags: | toneata:
needinfo-
|
|
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
Previously, the postgresql-jdbc connector did not work correctly with PostgreSQL servers of versions 9.6 or later. This update fixes the problem, and the connector now works as expected even with more recent PostgreSQL servers.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1572682 (view as bug list) | Environment: | ||
Last Closed: | 2018-10-30 15:44:15 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1566200, 1572682 |
Description
Evgeni Golov
2018-02-21 10:30:07 UTC
New version of the pgjdbc project has new dependencies, update to the 42.2.1 would risky and too heavy weight. (In reply to Pavel Raiskup from comment #2) > New version of the pgjdbc project has new dependencies, update > to the 42.2.1 would risky and too heavy weight. How about an older version, like the one currently in Fedora? Anything newer than 9.4.1209 *should* be good (untested, tho). Backport for important fixes is always preferred in RHEL. Any update has some risks (and anything higher than 9.4.1206 brings complex packaging changes). What can be done to get a new postgres-jdbc rpm to address https://issues.jboss.org/browse/RHPAM-740 ? These are the repositories we build our openshift images with: http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/os/ http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/ose/3.6/os/ http://pulp.dist.prod.ext.phx2.redhat.com/content/dist/rhel/server/7/7Server/x86_64/rhscl/1/os/ http://download.lab.bos.redhat.com/rcm-guest/puddles/RHOM/1.0/latest/x86_64/os If the rpm could be created included the 9.6 fix noted above (which is less risky and doesn't have the new dependencies that 42.x does), perhaps it could be added to that last repo? "rcm-guest/puddles/RHOM/1.0/latest"? |