Alon Bar-Lev has uploaded a new change for review. Change subject: db: set LC_ALL="C" for all operations ......................................................................
db: set LC_ALL="C" for all operations Change-Id: I4a9ea01e6f8e081bfb9adc4618341d4b691b82fa Signed-off-by: Alon Bar-Lev <[email protected]> --- M backend/manager/dbscripts/dbcustomfunctions.sh 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/65/12665/1 diff --git a/backend/manager/dbscripts/dbcustomfunctions.sh b/backend/manager/dbscripts/dbcustomfunctions.sh index 53cfcf9..7f58e2f 100755 --- a/backend/manager/dbscripts/dbcustomfunctions.sh +++ b/backend/manager/dbscripts/dbcustomfunctions.sh @@ -15,6 +15,8 @@ USERNAME="" VERBOSE=false LOGFILE="$ME.log" + LC_ALL="C" + export LC_ALL # When running in development environments the .pgpass file may not # exist or might not be readable, so we should try to use the file -- To view, visit http://gerrit.ovirt.org/12665 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4a9ea01e6f8e081bfb9adc4618341d4b691b82fa Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
