Change in ovirt-engine[master]: db: removing deprecated GLOBAL from temp table...
emesika at redhat.com
emesika at redhat.com
Sun Apr 6 08:37:52 UTC 2014
Eli Mesika has submitted this change and it was merged.
Change subject: db: removing deprecated GLOBAL from temp table...
......................................................................
db: removing deprecated GLOBAL from temp table...
removing deprecated GLOBAL from temp table creation
Postgres 9.2 makes the GLOBAL keyword in temp table creation deprecated.
http://www.postgresql.org/docs/9.2/static/sql-createtable.html :
TEMPORARY or TEMP :
Optionally, GLOBAL or LOCAL can be written before TEMPORARY or TEMP.
This presently makes no difference in PostgreSQL and is deprecated; see
Compatibility.
This patch removes this keyword for db code.
Change-Id: I72b6517c32675f36491fea2d15c6026b15dfbf6c
Signed-off-by: Eli Mesika <emesika at redhat.com>
---
M packaging/dbscripts/create_functions.sql
M packaging/dbscripts/storages_sp.sql
M packaging/dbscripts/vm_pools_sp.sql
3 files changed, 8 insertions(+), 8 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/26107
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I72b6517c32675f36491fea2d15c6026b15dfbf6c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika at redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali at redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs at redhat.com>
Gerrit-Reviewer: automation at ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
More information about the Engine-commits
mailing list