Eli Mesika has posted comments on this change.

Change subject: core: Remove deprecated Postgres options
......................................................................


Patch Set 1: I would prefer that you didn't submit this

Juan
Those values are used
see for example :
/backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/BaseConditionFieldAutoCompleter.java
                    
StringFormat.format(BaseConditionFieldAutoCompleter.getI18NPrefix() + "%1$s", 
customizedValue);
./backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/SyntaxChecker.java
                    
StringFormat.format(BaseConditionFieldAutoCompleter.getI18NPrefix() + 
"'%%%1$s%%'",


The search will not work without that.
The values format is <DB><Value>
so for example for Postgres18NPrefix you should look for 18NPrefix to find 
where it is used.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6f7d76256490ada9c1b31020e87577523f6451fc
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to