Eli Mesika has posted comments on this change. Change subject: engine: Improve permissions queries ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/create_functions.sql Line 30: return v_id; Line 31: END; $function$ Line 32: LANGUAGE plpgsql IMMUTABLE; Line 33: Line 34: CREATE OR REPLACE FUNCTION public.fnNewSplitter(ids TEXT) RETURNS SETOF UUID AS Please override the original function with new implementation Line 35: $function$ Line 36: BEGIN Line 37: IF ids != '' THEN Line 38: RETURN QUERY -- To view, visit http://gerrit.ovirt.org/9825 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I62fa797fbf286513183f0a3c4409ce79bec35342 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Barak Azulay <bazu...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches