Eli Mesika has posted comments on this change.

Change subject: core: storage element missing DC id for search
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/35452/1/packaging/dbscripts/common_sp.sql
File packaging/dbscripts/common_sp.sql:

Line 619: LANGUAGE plpgsql;
Line 620: 
Line 621: 
Line 622: -- First aggregate function, reutrns the first not null element.
Line 623: CREATE OR REPLACE FUNCTION public.first_agg ( anyelement, anyelement )
public.first_agg => fn_db_first_agg
Line 624: RETURNS anyelement LANGUAGE sql IMMUTABLE STRICT AS $$
Line 625:         SELECT $1;
Line 626: $$;
Line 627: CREATE AGGREGATE public.first (


Line 623: CREATE OR REPLACE FUNCTION public.first_agg ( anyelement, anyelement )
Line 624: RETURNS anyelement LANGUAGE sql IMMUTABLE STRICT AS $$
Line 625:         SELECT $1;
Line 626: $$;
Line 627: CREATE AGGREGATE public.first (
public.first=> fn_db_first
Line 628:         sfunc    = public.first_agg,
Line 629:         basetype = anyelement,
Line 630:         stype    = anyelement


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2277ab4ab3a27cf81881ac2ec922bb0c3483ea19
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@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