Eli Mesika has posted comments on this change.

Change subject: engine : Make Async Tasks Manager aware of child CoCo tasks
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/36824/1/packaging/dbscripts/command_entities_sp.sql
File packaging/dbscripts/command_entities_sp.sql:

Line 128:       RETURN QUERY SELECT * from command_entities;
Line 129: END; $procedure$
Line 130: LANGUAGE plpgsql;
Line 131: 
Line 132: CREATE OR REPLACE FUNCTION GetCommandEntitiesByParentCmdId 
(v_root_command_id uuid)
should be STABLE
Line 133: RETURNS SETOF command_entities
Line 134:    AS $procedure$
Line 135: BEGIN
Line 136:       RETURN QUERY SELECT command_entities.*


-- 
To view, visit http://gerrit.ovirt.org/36824
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I0d877309fd150280cd7ba6993b341a9044a4572f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to