Change in ovirt-engine[master]: core: fixing user types cleanup support

Eli Mesika has submitted this change and it was merged. Change subject: core: fixing user types cleanup support ...................................................................... core: fixing user types cleanup support Changing implementation code to support PG version < 9.2 Since we support CentOS 6.5 that comes with PG 8.4, the query that gets the user defined types cannot rely on the user_defined_types view that was added only in PG 9.2. This patch changed the underlying PG query to use basic pg tables that exists in PG 8.4 and up. Change-Id: I9a13cbf218bc39f9b5d3f988e10cfadb7121af67 Signed-off-by: Eli Mesika <emesika@redhat.com> --- M packaging/dbscripts/common_sp.sql M packaging/setup/ovirt_engine_setup/database.py 2 files changed, 9 insertions(+), 5 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/22170 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9a13cbf218bc39f9b5d3f988e10cfadb7121af67 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alonbl@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
emesika@redhat.com