Eli Mesika has posted comments on this change. Change subject: engine: Created DB function comparable_ip_list ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/create_functions.sql Line 671: language plpgsql; Line 672: Line 673: -- This function turns a list of IP addresses to an array of numbers, in Line 674: -- order to correct sorting. Line 675: CREATE OR REPLACE FUNCTION comparable_ip_list(text) RETURNS smallint[] Please change name to fn_get_ comparable_ip_list( Line 676: LANGUAGE SQL Line 677: IMMUTABLE Line 678: STRICT -- To view, visit http://gerrit.ovirt.org/11432 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6d29697e34c94fdc1321db2318d0e12fe27643da Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Livnat Peer <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
