Eli Mesika has posted comments on this change. Change subject: core: Database functions not fully optimized ......................................................................
Patch Set 2: (1 comment) .................................................... File packaging/dbscripts/network_sp.sql Line 1181: WHERE user_id = v_user_id AND entity_id = vnic_profiles_view.id)); Line 1182: END; $procedure$ Line 1183: LANGUAGE plpgsql; Line 1184: Line 1185: Create or replace FUNCTION GetVnicProfileViewsByNetworkQosId(v_network_qos_id UUID) RETURNS SETOF vnic_profiles_view Done Line 1186: AS $procedure$ Line 1187: BEGIN Line 1188: RETURN QUERY SELECT * Line 1189: FROM vnic_profiles_view -- To view, visit http://gerrit.ovirt.org/17962 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I29a355286f5e6c23afe64c63efefe311c65be581 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Lior Vernia <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
